diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:53:00 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:46:08 +0300 |
commit | 66df1c23d76e237c865d62f80fbfbf03f7406f3e (patch) | |
tree | 145f52351a4d3933269f862703fb412abfd71700 /sci-libs/nlopt | |
parent | sci-libs/netcdf-cxx: destabilize for ~x86 (diff) | |
download | gentoo-66df1c23d76e237c865d62f80fbfbf03f7406f3e.tar.gz gentoo-66df1c23d76e237c865d62f80fbfbf03f7406f3e.tar.bz2 gentoo-66df1c23d76e237c865d62f80fbfbf03f7406f3e.zip |
sci-libs/nlopt: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/nlopt')
-rw-r--r-- | sci-libs/nlopt/nlopt-2.7.1-r1.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/nlopt/nlopt-2.7.1-r2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/nlopt/nlopt-2.7.1-r1.ebuild b/sci-libs/nlopt/nlopt-2.7.1-r1.ebuild index 538051367347..926fa896d4f4 100644 --- a/sci-libs/nlopt/nlopt-2.7.1-r1.ebuild +++ b/sci-libs/nlopt/nlopt-2.7.1-r1.ebuild @@ -13,7 +13,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} )" diff --git a/sci-libs/nlopt/nlopt-2.7.1-r2.ebuild b/sci-libs/nlopt/nlopt-2.7.1-r2.ebuild index 8c7936051193..634c1c5947bf 100644 --- a/sci-libs/nlopt/nlopt-2.7.1-r2.ebuild +++ b/sci-libs/nlopt/nlopt-2.7.1-r2.ebuild @@ -13,7 +13,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} )" |