diff options
author | 2023-04-29 11:27:50 +0300 | |
---|---|---|
committer | 2023-04-29 11:27:50 +0300 | |
commit | f1434310a7654d32547ef83b90247f7c0a524aa7 (patch) | |
tree | 2555f27949ab921387f6f4660d475d2c5fa614a6 /dev-ml | |
parent | dev-ml/ocaml-ssl: Stabilize 0.5.13 x86, #901695 (diff) | |
download | gentoo-f1434310a7654d32547ef83b90247f7c0a524aa7.tar.gz gentoo-f1434310a7654d32547ef83b90247f7c0a524aa7.tar.bz2 gentoo-f1434310a7654d32547ef83b90247f7c0a524aa7.zip |
dev-ml/camlp4: Stabilize 4.14_p1-r2 arm64, #901693
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camlp4/camlp4-4.14_p1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/camlp4/camlp4-4.14_p1-r2.ebuild b/dev-ml/camlp4/camlp4-4.14_p1-r2.ebuild index 6911484bc206..1542fa30bd0c 100644 --- a/dev-ml/camlp4/camlp4-4.14_p1-r2.ebuild +++ b/dev-ml/camlp4/camlp4-4.14_p1-r2.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}"/${P/_p/-} LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="+ocamlopt" RDEPEND="=dev-lang/ocaml-4.14*:=[ocamlopt?]" |