diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:18:24 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:18:24 +0100 |
commit | 9641e7dea3a3a7b871d38f594c5d7e2ef9c256bb (patch) | |
tree | 8e954b4b5034ec182115dbdc022ed7f117b1f655 /dev-ml/opam-solver | |
parent | dev-ml/opam-repository: destabilise for ppc (diff) | |
download | gentoo-9641e7dea3a3a7b871d38f594c5d7e2ef9c256bb.tar.gz gentoo-9641e7dea3a3a7b871d38f594c5d7e2ef9c256bb.tar.bz2 gentoo-9641e7dea3a3a7b871d38f594c5d7e2ef9c256bb.zip |
dev-ml/opam-solver: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ml/opam-solver')
-rw-r--r-- | dev-ml/opam-solver/opam-solver-2.0.8-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/opam-solver/opam-solver-2.0.8.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/opam-solver/opam-solver-2.0.9.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dev-ml/opam-solver/opam-solver-2.0.8-r1.ebuild b/dev-ml/opam-solver/opam-solver-2.0.8-r1.ebuild index 3d5ec893df9e..5cd0e4230cb6 100644 --- a/dev-ml/opam-solver/opam-solver-2.0.8-r1.ebuild +++ b/dev-ml/opam-solver/opam-solver-2.0.8-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 @@ -12,7 +12,7 @@ S="${WORKDIR}/opam-${PV/_/-}" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" diff --git a/dev-ml/opam-solver/opam-solver-2.0.8.ebuild b/dev-ml/opam-solver/opam-solver-2.0.8.ebuild index 65a72574eb59..df51e641a02f 100644 --- a/dev-ml/opam-solver/opam-solver-2.0.8.ebuild +++ b/dev-ml/opam-solver/opam-solver-2.0.8.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 @@ -12,7 +12,7 @@ S="${WORKDIR}/opam-${PV/_/-}" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" diff --git a/dev-ml/opam-solver/opam-solver-2.0.9.ebuild b/dev-ml/opam-solver/opam-solver-2.0.9.ebuild index 8ec107bfacc4..5cd0e4230cb6 100644 --- a/dev-ml/opam-solver/opam-solver-2.0.9.ebuild +++ b/dev-ml/opam-solver/opam-solver-2.0.9.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/opam-${PV/_/-}" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |