diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:17:29 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:17:29 +0100 |
commit | f2f342ed33b8c265ffee6a2821d16393130fb663 (patch) | |
tree | 727a27e0ce445d7d58c413d73526e0d69078e358 /dev-ml | |
parent | dev-ml/cairo2: destabilise for ppc (diff) | |
download | gentoo-f2f342ed33b8c265ffee6a2821d16393130fb663.tar.gz gentoo-f2f342ed33b8c265ffee6a2821d16393130fb663.tar.bz2 gentoo-f2f342ed33b8c265ffee6a2821d16393130fb663.zip |
dev-ml/camlbz2: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camlbz2/camlbz2-0.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/camlbz2/camlbz2-0.7.0.ebuild b/dev-ml/camlbz2/camlbz2-0.7.0.ebuild index a406153daeb5..1bb419645826 100644 --- a/dev-ml/camlbz2/camlbz2-0.7.0.ebuild +++ b/dev-ml/camlbz2/camlbz2-0.7.0.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 @@ SRC_URI="https://gitlab.com/irill/camlbz2/-/archive/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" DEPEND=" app-arch/bzip2 |