diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:18:23 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:18:23 +0100 |
commit | 706233e566028c422eabc7d43095b89b9a00d597 (patch) | |
tree | 333a3c02e14c23376d9e2b86e89c057f50f8f910 /dev-ml/opam-repository | |
parent | dev-ml/opam-installer: destabilise for ppc (diff) | |
download | gentoo-706233e566028c422eabc7d43095b89b9a00d597.tar.gz gentoo-706233e566028c422eabc7d43095b89b9a00d597.tar.bz2 gentoo-706233e566028c422eabc7d43095b89b9a00d597.zip |
dev-ml/opam-repository: 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-repository')
-rw-r--r-- | dev-ml/opam-repository/opam-repository-2.0.8-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/opam-repository/opam-repository-2.0.8.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/opam-repository/opam-repository-2.0.9.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dev-ml/opam-repository/opam-repository-2.0.8-r1.ebuild b/dev-ml/opam-repository/opam-repository-2.0.8-r1.ebuild index add7710aa55a..588a5744eb82 100644 --- a/dev-ml/opam-repository/opam-repository-2.0.8-r1.ebuild +++ b/dev-ml/opam-repository/opam-repository-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" RESTRICT="test" diff --git a/dev-ml/opam-repository/opam-repository-2.0.8.ebuild b/dev-ml/opam-repository/opam-repository-2.0.8.ebuild index 4bfd5662c257..d6ce93bdc6b3 100644 --- a/dev-ml/opam-repository/opam-repository-2.0.8.ebuild +++ b/dev-ml/opam-repository/opam-repository-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" RESTRICT="test" diff --git a/dev-ml/opam-repository/opam-repository-2.0.9.ebuild b/dev-ml/opam-repository/opam-repository-2.0.9.ebuild index d9288d80034f..588a5744eb82 100644 --- a/dev-ml/opam-repository/opam-repository-2.0.9.ebuild +++ b/dev-ml/opam-repository/opam-repository-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" RESTRICT="test" |