diff options
author | 2023-03-16 23:15:26 +0000 | |
---|---|---|
committer | 2023-03-16 23:15:26 +0000 | |
commit | c408b2269e932d3754541677fdf6b2cd14a8d989 (patch) | |
tree | 5abeaed84f9bd498f2a705f67c7bdbdb4e73227b /dev-ml/extlib | |
parent | dev-ml/extlib: Stabilize 1.7.9 arm, #901703 (diff) | |
download | gentoo-c408b2269e932d3754541677fdf6b2cd14a8d989.tar.gz gentoo-c408b2269e932d3754541677fdf6b2cd14a8d989.tar.bz2 gentoo-c408b2269e932d3754541677fdf6b2cd14a8d989.zip |
dev-ml/extlib: Stabilize 1.7.9 arm64, #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 b031b3a9f011..45a4a43e7993 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 |