diff options
author | Sam James <sam@gentoo.org> | 2020-10-25 20:26:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-25 20:27:07 +0000 |
commit | a0c6dbddfb05636402846758e0705aa37ef56e78 (patch) | |
tree | 10bdf5ae6e52475029a92a5b4d57c0ee797636ee /dev-ml/camlp4 | |
parent | dev-python/zipp: remove old (diff) | |
download | gentoo-a0c6dbddfb05636402846758e0705aa37ef56e78.tar.gz gentoo-a0c6dbddfb05636402846758e0705aa37ef56e78.tar.bz2 gentoo-a0c6dbddfb05636402846758e0705aa37ef56e78.zip |
dev-ml/camlp4: Stabilize 4.08_p1 ppc, #710152
Thanks-to: ernsteiswuerfel <erhard_f@mailbox.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/camlp4')
-rw-r--r-- | dev-ml/camlp4/camlp4-4.08_p1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/camlp4/camlp4-4.08_p1.ebuild b/dev-ml/camlp4/camlp4-4.08_p1.ebuild index b78571d66663..001a6776ec7a 100644 --- a/dev-ml/camlp4/camlp4-4.08_p1.ebuild +++ b/dev-ml/camlp4/camlp4-4.08_p1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="+ocamlopt" DEPEND=">=dev-lang/ocaml-4.09.0:=[ocamlopt?]" |