diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:18:01 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:18:01 +0100 |
commit | 38357d19b3808fde9ae1fcf87fe5b60960bfc0f3 (patch) | |
tree | 2221e00b801bbca131a15ee0f4a6ff059392c211 | |
parent | dev-ml/mccs: destabilise for ppc (diff) | |
download | gentoo-38357d19b3808fde9ae1fcf87fe5b60960bfc0f3.tar.gz gentoo-38357d19b3808fde9ae1fcf87fe5b60960bfc0f3.tar.bz2 gentoo-38357d19b3808fde9ae1fcf87fe5b60960bfc0f3.zip |
dev-ml/menhir: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | dev-ml/menhir/menhir-20190924.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/menhir/menhir-20210419-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ml/menhir/menhir-20190924.ebuild b/dev-ml/menhir/menhir-20190924.ebuild index 0b92e499c6d3..0edee85c7f31 100644 --- a/dev-ml/menhir/menhir-20190924.ebuild +++ b/dev-ml/menhir/menhir-20190924.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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?]" diff --git a/dev-ml/menhir/menhir-20210419-r1.ebuild b/dev-ml/menhir/menhir-20210419-r1.ebuild index 4c393d9c4ec6..26a91f44d2b1 100644 --- a/dev-ml/menhir/menhir-20210419-r1.ebuild +++ b/dev-ml/menhir/menhir-20210419-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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="+ocamlopt" src_install() { |