diff options
author | Sam James <sam@gentoo.org> | 2020-12-14 00:46:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-14 00:46:10 +0000 |
commit | c58109c666c91f4d8ea933d4aaaac7687c4959cf (patch) | |
tree | 57ac66501f8a0fa580ba1188f0c4b7891d748399 /sci-libs | |
parent | dev-libs/libnest2d: arm64 keyworded (bug #757849) (diff) | |
download | gentoo-c58109c666c91f4d8ea933d4aaaac7687c4959cf.tar.gz gentoo-c58109c666c91f4d8ea933d4aaaac7687c4959cf.tar.bz2 gentoo-c58109c666c91f4d8ea933d4aaaac7687c4959cf.zip |
sci-libs/nlopt: arm64 keyworded (bug #757849)
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/nlopt/nlopt-2.6.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/nlopt/nlopt-2.6.2-r1.ebuild b/sci-libs/nlopt/nlopt-2.6.2-r1.ebuild index 6fa9dea93bbe..4378cda85f1b 100644 --- a/sci-libs/nlopt/nlopt-2.6.2-r1.ebuild +++ b/sci-libs/nlopt/nlopt-2.6.2-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://ab-initio.mit.edu/nlopt/" SRC_URI="https://github.com/stevengj/nlopt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1 MIT" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE="cxx guile octave python static-libs test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |