diff options
author | Sam James <sam@gentoo.org> | 2023-03-17 02:28:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 02:28:02 +0000 |
commit | cd4d22f1e3a61ccd5f71cf0c9c81f658e0c7f062 (patch) | |
tree | 8dbb947af0ced05bdb4027455dab28b7bfd4ffba /dev-ml/extlib | |
parent | dev-ml/ocplib-endian: Stabilize 1.2 x86, #901697 (diff) | |
download | gentoo-cd4d22f1e3a61ccd5f71cf0c9c81f658e0c7f062.tar.gz gentoo-cd4d22f1e3a61ccd5f71cf0c9c81f658e0c7f062.tar.bz2 gentoo-cd4d22f1e3a61ccd5f71cf0c9c81f658e0c7f062.zip |
dev-ml/extlib: Stabilize 1.7.9 amd64, #901703
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/extlib')
-rw-r--r-- | dev-ml/extlib/extlib-1.7.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/extlib/extlib-1.7.9.ebuild b/dev-ml/extlib/extlib-1.7.9.ebuild index 45a4a43e7993..1c3c56c3e39e 100644 --- a/dev-ml/extlib/extlib-1.7.9.ebuild +++ b/dev-ml/extlib/extlib-1.7.9.ebuild @@ -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 |