diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-07-22 09:48:00 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-07-22 09:48:00 +0200 |
commit | 8cddb8888178467586f506a6ab9899961cc4ebd1 (patch) | |
tree | d33f6834d433ffec279de18cf38cb60ff229d720 /sci-libs | |
parent | net-misc/stunnel: sparc stable wrt bug #859796 (diff) | |
download | gentoo-8cddb8888178467586f506a6ab9899961cc4ebd1.tar.gz gentoo-8cddb8888178467586f506a6ab9899961cc4ebd1.tar.bz2 gentoo-8cddb8888178467586f506a6ab9899961cc4ebd1.zip |
sci-libs/nlopt: x86 stable wrt bug #859166
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/nlopt/nlopt-2.7.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/nlopt/nlopt-2.7.1-r1.ebuild b/sci-libs/nlopt/nlopt-2.7.1-r1.ebuild index 0ca16291154d..e6f71f100981 100644 --- a/sci-libs/nlopt/nlopt-2.7.1-r1.ebuild +++ b/sci-libs/nlopt/nlopt-2.7.1-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/stevengj/nlopt" SRC_URI="https://github.com/stevengj/nlopt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1 MIT" -KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE="cxx guile octave python test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |