diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-10 22:54:52 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-10 23:04:57 +0300 |
commit | 2a19152da38fc46a3da4722b668ba5b811a264c9 (patch) | |
tree | 511e4c78552725991365454d7eb4b35abb8b807f /dev-erlang/fast_yaml | |
parent | dev-erlang/fast_xml: dekeyword ppc (diff) | |
download | gentoo-2a19152da38fc46a3da4722b668ba5b811a264c9.tar.gz gentoo-2a19152da38fc46a3da4722b668ba5b811a264c9.tar.bz2 gentoo-2a19152da38fc46a3da4722b668ba5b811a264c9.zip |
dev-erlang/fast_yaml: 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/fast_yaml')
-rw-r--r-- | dev-erlang/fast_yaml/fast_yaml-1.0.32.ebuild | 4 | ||||
-rw-r--r-- | dev-erlang/fast_yaml/fast_yaml-1.0.33.ebuild | 4 | ||||
-rw-r--r-- | dev-erlang/fast_yaml/fast_yaml-1.0.34.ebuild | 4 | ||||
-rw-r--r-- | dev-erlang/fast_yaml/fast_yaml-1.0.36.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.32.ebuild b/dev-erlang/fast_yaml/fast_yaml-1.0.32.ebuild index 9c71b079cacb..4b140a14a68e 100644 --- a/dev-erlang/fast_yaml/fast_yaml-1.0.32.ebuild +++ b/dev-erlang/fast_yaml/fast_yaml-1.0.32.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/libyaml" diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.33.ebuild b/dev-erlang/fast_yaml/fast_yaml-1.0.33.ebuild index 33f0be8bc804..1ef3374555f0 100644 --- a/dev-erlang/fast_yaml/fast_yaml-1.0.33.ebuild +++ b/dev-erlang/fast_yaml/fast_yaml-1.0.33.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.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.25 diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.34.ebuild b/dev-erlang/fast_yaml/fast_yaml-1.0.34.ebuild index 4b1ade0bbc2f..0f4367e49f7d 100644 --- a/dev-erlang/fast_yaml/fast_yaml-1.0.34.ebuild +++ b/dev-erlang/fast_yaml/fast_yaml-1.0.34.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.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.25 diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.36.ebuild b/dev-erlang/fast_yaml/fast_yaml-1.0.36.ebuild index aa898c20424c..43ac427a1389 100644 --- a/dev-erlang/fast_yaml/fast_yaml-1.0.36.ebuild +++ b/dev-erlang/fast_yaml/fast_yaml-1.0.36.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.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.25 |