diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:19:20 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:19:20 +0100 |
commit | 8a4a1156e53e7b61f1fe9bb4e4bc4dfb48830c83 (patch) | |
tree | 54a90011a4e439cfb056225956321d941f02f788 /dev-ml | |
parent | dev-ml/variantslib: destabilise for ppc (diff) | |
download | gentoo-8a4a1156e53e7b61f1fe9bb4e4bc4dfb48830c83.tar.gz gentoo-8a4a1156e53e7b61f1fe9bb4e4bc4dfb48830c83.tar.bz2 gentoo-8a4a1156e53e7b61f1fe9bb4e4bc4dfb48830c83.zip |
dev-ml/xml-light: 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/xml-light/xml-light-2.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/xml-light/xml-light-2.2-r3.ebuild b/dev-ml/xml-light/xml-light-2.2-r3.ebuild index 7976f46e976d..e45e781a15a2 100644 --- a/dev-ml/xml-light/xml-light-2.2-r3.ebuild +++ b/dev-ml/xml-light/xml-light-2.2-r3.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 @@ -10,7 +10,7 @@ S="${WORKDIR}/${PN}" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" IUSE="doc +ocamlopt" RDEPEND="dev-lang/ocaml:=[ocamlopt?]" |