diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-10 22:54:46 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-10 23:04:57 +0300 |
commit | db11d276f093f1b1a5cfa8c522ab77c27fb22ef9 (patch) | |
tree | 8b22069e2ba7b01e4de021f7590694cc9392fcd6 /dev-erlang | |
parent | dev-erlang/fast_tls: dekeyword ppc (diff) | |
download | gentoo-db11d276f093f1b1a5cfa8c522ab77c27fb22ef9.tar.gz gentoo-db11d276f093f1b1a5cfa8c522ab77c27fb22ef9.tar.bz2 gentoo-db11d276f093f1b1a5cfa8c522ab77c27fb22ef9.zip |
dev-erlang/fast_xml: dekeyword ppc
Those are packages keyworded for ppc and not ppc64, weird, most likely
legacy keyword, so just drop.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-erlang')
-rw-r--r-- | dev-erlang/fast_xml/fast_xml-1.1.49.ebuild | 4 | ||||
-rw-r--r-- | dev-erlang/fast_xml/fast_xml-1.1.51.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-erlang/fast_xml/fast_xml-1.1.49.ebuild b/dev-erlang/fast_xml/fast_xml-1.1.49.ebuild index 9bc994ade596..2e99ce9a1e14 100644 --- a/dev-erlang/fast_xml/fast_xml-1.1.49.ebuild +++ b/dev-erlang/fast_xml/fast_xml-1.1.49.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~sparc ~x86" DEPEND=">=dev-erlang/p1_utils-1.0.23 dev-libs/expat" diff --git a/dev-erlang/fast_xml/fast_xml-1.1.51.ebuild b/dev-erlang/fast_xml/fast_xml-1.1.51.ebuild index 0c25c1a1892b..378899d8c667 100644 --- a/dev-erlang/fast_xml/fast_xml-1.1.51.ebuild +++ b/dev-erlang/fast_xml/fast_xml-1.1.51.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~sparc ~x86" DEPEND=">=dev-erlang/p1_utils-1.0.23 dev-libs/expat" |