diff options
author | 2023-10-08 18:29:18 +0300 | |
---|---|---|
committer | 2023-10-08 18:29:18 +0300 | |
commit | 000f4388f0607de2841c32e5acc6c092a6510534 (patch) | |
tree | 34dcbbeb7f9f7b724ad15bff94a87869ad93911c /dev-ml/menhir | |
parent | dev-ml/menhir: Stabilize 20230608 x86, #915369 (diff) | |
download | gentoo-000f4388f0607de2841c32e5acc6c092a6510534.tar.gz gentoo-000f4388f0607de2841c32e5acc6c092a6510534.tar.bz2 gentoo-000f4388f0607de2841c32e5acc6c092a6510534.zip |
dev-ml/menhir: Stabilize 20230608 ppc64, #915369
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/menhir')
-rw-r--r-- | dev-ml/menhir/menhir-20230608.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/menhir/menhir-20230608.ebuild b/dev-ml/menhir/menhir-20230608.ebuild index 43e9936c28af..6eee358c3cce 100644 --- a/dev-ml/menhir/menhir-20230608.ebuild +++ b/dev-ml/menhir/menhir-20230608.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://gitlab.inria.fr/fpottier/${PN}/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv x86" IUSE="+ocamlopt" src_install() { |