diff options
author | Sam James <sam@gentoo.org> | 2023-03-16 23:15:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-16 23:15:24 +0000 |
commit | f5d4399eff838b7fbea824c5495e0cb4ec0a8343 (patch) | |
tree | 3ab83e0ee51a30876ec8fe7172f1fc3281c688bf /dev-ml/extlib/extlib-1.7.9.ebuild | |
parent | dev-ml/ocplib-endian: Stabilize 1.2 arm64, #901697 (diff) | |
download | gentoo-f5d4399eff838b7fbea824c5495e0cb4ec0a8343.tar.gz gentoo-f5d4399eff838b7fbea824c5495e0cb4ec0a8343.tar.bz2 gentoo-f5d4399eff838b7fbea824c5495e0cb4ec0a8343.zip |
dev-ml/extlib: Stabilize 1.7.9 arm, #901703
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/extlib/extlib-1.7.9.ebuild')
-rw-r--r-- | dev-ml/extlib/extlib-1.7.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/extlib/extlib-1.7.9.ebuild b/dev-ml/extlib/extlib-1.7.9.ebuild index d9b3eb37d2d9..b031b3a9f011 100644 --- a/dev-ml/extlib/extlib-1.7.9.ebuild +++ b/dev-ml/extlib/extlib-1.7.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ S="${WORKDIR}"/ocaml-${P} LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc +ocamlopt" # See bug #704146 |