diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:18:09 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:18:09 +0100 |
commit | 66d5c0d24bd8bced48c099f637b1a2fd54d6d6fd (patch) | |
tree | 1f7568675e5e0c69c62da176dca1251088e25977 /dev-ml/ocaml-expat | |
parent | dev-ml/ocaml-compiler-libs: destabilise for ppc (diff) | |
download | gentoo-66d5c0d24bd8bced48c099f637b1a2fd54d6d6fd.tar.gz gentoo-66d5c0d24bd8bced48c099f637b1a2fd54d6d6fd.tar.bz2 gentoo-66d5c0d24bd8bced48c099f637b1a2fd54d6d6fd.zip |
dev-ml/ocaml-expat: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-expat')
-rw-r--r-- | dev-ml/ocaml-expat/ocaml-expat-1.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-expat/ocaml-expat-1.1.0-r1.ebuild b/dev-ml/ocaml-expat/ocaml-expat-1.1.0-r1.ebuild index d87cb78da864..c7c01048f9bf 100644 --- a/dev-ml/ocaml-expat/ocaml-expat-1.1.0-r1.ebuild +++ b/dev-ml/ocaml-expat/ocaml-expat-1.1.0-r1.ebuild @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} SLOT="0/${PV}" LICENSE="MIT" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" PATCHES=( "${FILESDIR}/ounit2.patch" "${FILESDIR}/${P}-cc.patch" |