diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-17 12:17:31 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-17 12:17:31 +0200 |
commit | 43a363d20e3a3ea9a2cdbb8e60a9f590c52f6615 (patch) | |
tree | 1b80ca0d81aeeaee4a258610afc84d84efc854b9 /dev-ml | |
parent | dev-ml/ocaml-migrate-parsetree: Stabilize 2.4.0 ppc64, #901633 (diff) | |
download | gentoo-43a363d20e3a3ea9a2cdbb8e60a9f590c52f6615.tar.gz gentoo-43a363d20e3a3ea9a2cdbb8e60a9f590c52f6615.tar.bz2 gentoo-43a363d20e3a3ea9a2cdbb8e60a9f590c52f6615.zip |
dev-ml/camlp4: Stabilize 4.14_p1-r1 amd64, #901693
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camlp4/camlp4-4.14_p1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/camlp4/camlp4-4.14_p1-r1.ebuild b/dev-ml/camlp4/camlp4-4.14_p1-r1.ebuild index c17caf16182d..3959edb206f2 100644 --- a/dev-ml/camlp4/camlp4-4.14_p1-r1.ebuild +++ b/dev-ml/camlp4/camlp4-4.14_p1-r1.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?]" |