diff options
author | Sam James <sam@gentoo.org> | 2021-03-13 14:04:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-13 14:04:57 +0000 |
commit | 12555466f135fb44d7c233f364842e7fa1237eed (patch) | |
tree | 21d4ba22882b9de525c12c212fa740f2a8b0ad88 /dev-ml/menhir/menhir-20190924.ebuild | |
parent | dev-ml/dune: Stabilize 2.8.2 ppc64, #772833 (diff) | |
download | gentoo-12555466f135fb44d7c233f364842e7fa1237eed.tar.gz gentoo-12555466f135fb44d7c233f364842e7fa1237eed.tar.bz2 gentoo-12555466f135fb44d7c233f364842e7fa1237eed.zip |
dev-ml/menhir: Stabilize 20190924 ppc64, #772833
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/menhir/menhir-20190924.ebuild')
-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 c925dc236290..04dd35c4f2ae 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?]" |