diff options
author | Sam James <sam@gentoo.org> | 2021-02-12 22:20:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-12 22:20:26 +0000 |
commit | e59e9f3b312eea6258e6b585537ac680a4173254 (patch) | |
tree | f772377e237a140f445443652be7e8b4279a0b03 /dev-ml | |
parent | dev-ml/cppo: Stabilize 1.6.6 arm64, #757444 (diff) | |
download | gentoo-e59e9f3b312eea6258e6b585537ac680a4173254.tar.gz gentoo-e59e9f3b312eea6258e6b585537ac680a4173254.tar.bz2 gentoo-e59e9f3b312eea6258e6b585537ac680a4173254.zip |
dev-ml/extlib: Stabilize 1.7.7 arm64, #757444
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/extlib/extlib-1.7.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/extlib/extlib-1.7.7.ebuild b/dev-ml/extlib/extlib-1.7.7.ebuild index ec10324588f5..5a65d9cc6947 100644 --- a/dev-ml/extlib/extlib-1.7.7.ebuild +++ b/dev-ml/extlib/extlib-1.7.7.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ygrek/ocaml-extlib/archive/${PV}.tar.gz -> ${P}.tar. LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc +ocamlopt" # See bug #704146 |