diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-03-04 15:27:37 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-03-04 15:27:37 +0100 |
commit | eb7688d46b875c6cd3d0ec5bfcec528419ab9570 (patch) | |
tree | 752afa01fdfa64b3bf9902bd7842ed1b8feadce4 /dev-ml | |
parent | dev-ml/mccs: amd64 stable wrt bug #772833 (diff) | |
download | gentoo-eb7688d46b875c6cd3d0ec5bfcec528419ab9570.tar.gz gentoo-eb7688d46b875c6cd3d0ec5bfcec528419ab9570.tar.bz2 gentoo-eb7688d46b875c6cd3d0ec5bfcec528419ab9570.zip |
dev-ml/menhir: amd64 stable wrt bug #772833
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@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 7d745a8d0b22..c925dc236290 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?]" |