diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:18:19 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:18:19 +0100 |
commit | f3417defcb9caf5422d4205733513184cabdc521 (patch) | |
tree | 377d887e4de6472173a7fe0a4bb9400d65014ae0 /dev-ml/opam-core | |
parent | dev-ml/opam-client: destabilise for ppc (diff) | |
download | gentoo-f3417defcb9caf5422d4205733513184cabdc521.tar.gz gentoo-f3417defcb9caf5422d4205733513184cabdc521.tar.bz2 gentoo-f3417defcb9caf5422d4205733513184cabdc521.zip |
dev-ml/opam-core: 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-core')
-rw-r--r-- | dev-ml/opam-core/opam-core-2.0.8-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/opam-core/opam-core-2.0.9.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/opam-core/opam-core-2.0.8-r1.ebuild b/dev-ml/opam-core/opam-core-2.0.8-r1.ebuild index 5a463569c816..0628e243fadd 100644 --- a/dev-ml/opam-core/opam-core-2.0.8-r1.ebuild +++ b/dev-ml/opam-core/opam-core-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 @@ -15,7 +15,7 @@ OPAM_INSTALLER="${S}/opam-installer" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" RDEPEND=" dev-ml/ocamlgraph:= diff --git a/dev-ml/opam-core/opam-core-2.0.9.ebuild b/dev-ml/opam-core/opam-core-2.0.9.ebuild index d53f98010bec..0628e243fadd 100644 --- a/dev-ml/opam-core/opam-core-2.0.9.ebuild +++ b/dev-ml/opam-core/opam-core-2.0.9.ebuild @@ -15,7 +15,7 @@ OPAM_INSTALLER="${S}/opam-installer" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" RDEPEND=" dev-ml/ocamlgraph:= |