diff options
author | 2022-03-03 22:18:23 +0100 | |
---|---|---|
committer | 2022-03-03 22:18:23 +0100 | |
commit | 706233e566028c422eabc7d43095b89b9a00d597 (patch) | |
tree | 333a3c02e14c23376d9e2b86e89c057f50f8f910 /dev-ml/opam-repository/opam-repository-2.0.9.ebuild | |
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/opam-repository-2.0.9.ebuild')
-rw-r--r-- | dev-ml/opam-repository/opam-repository-2.0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |