diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-07-09 14:17:05 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-07-09 14:17:05 +0200 |
commit | f5051763c22e0783d2cdbe0c5d83984b83108505 (patch) | |
tree | c466f04f46b5c87fc11db211716dbba340916251 /sci-libs/nlopt | |
parent | sys-kernel/gentoo-sources: sparc stable wrt bug #856877 (diff) | |
download | gentoo-f5051763c22e0783d2cdbe0c5d83984b83108505.tar.gz gentoo-f5051763c22e0783d2cdbe0c5d83984b83108505.tar.bz2 gentoo-f5051763c22e0783d2cdbe0c5d83984b83108505.zip |
sci-libs/nlopt: x86 stable wrt bug #856550
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sci-libs/nlopt')
-rw-r--r-- | sci-libs/nlopt/nlopt-2.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/nlopt/nlopt-2.7.1.ebuild b/sci-libs/nlopt/nlopt-2.7.1.ebuild index 967176d9ee7c..10e6b998d4e3 100644 --- a/sci-libs/nlopt/nlopt-2.7.1.ebuild +++ b/sci-libs/nlopt/nlopt-2.7.1.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} )" |