diff options
author | Sam James <sam@gentoo.org> | 2021-02-25 13:09:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-25 13:09:03 +0000 |
commit | 0a1bc6655028b3704797565683821443d00e1541 (patch) | |
tree | a0ce29d68a21cf9af9194f8ce3c4ae593839633f /dev-ml | |
parent | dev-ml/core_bench: Stabilize 0.14.0 ppc, #772833 (diff) | |
download | gentoo-0a1bc6655028b3704797565683821443d00e1541.tar.gz gentoo-0a1bc6655028b3704797565683821443d00e1541.tar.bz2 gentoo-0a1bc6655028b3704797565683821443d00e1541.zip |
dev-ml/menhir: Stabilize 20190924 ppc, #772833
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/menhir/menhir-20190924.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/menhir/menhir-20190924.ebuild b/dev-ml/menhir/menhir-20190924.ebuild index 3596a5e7c468..e6313e0d0bd6 100644 --- a/dev-ml/menhir/menhir-20190924.ebuild +++ b/dev-ml/menhir/menhir-20190924.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://gitlab.inria.fr/fpottier/${PN}/-/archive/${PV}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86" IUSE="examples +ocamlopt" RDEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]" |