diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-10 22:55:20 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-10 23:04:58 +0300 |
commit | ed16c8c38f3fb563bbc5adbd20a47cb7f238989e (patch) | |
tree | ae4b57c488ef699194ae25244dcf371cd2289823 /dev-erlang | |
parent | dev-erlang/jiffy: dekeyword ppc (diff) | |
download | gentoo-ed16c8c38f3fb563bbc5adbd20a47cb7f238989e.tar.gz gentoo-ed16c8c38f3fb563bbc5adbd20a47cb7f238989e.tar.bz2 gentoo-ed16c8c38f3fb563bbc5adbd20a47cb7f238989e.zip |
dev-erlang/jose: 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/jose/jose-1.11.10.ebuild | 2 | ||||
-rw-r--r-- | dev-erlang/jose/jose-1.11.2.ebuild | 4 | ||||
-rw-r--r-- | dev-erlang/jose/jose-1.11.5.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dev-erlang/jose/jose-1.11.10.ebuild b/dev-erlang/jose/jose-1.11.10.ebuild index 803c19e0048a..3a05414603fa 100644 --- a/dev-erlang/jose/jose-1.11.10.ebuild +++ b/dev-erlang/jose/jose-1.11.10.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/erlang-${P}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~sparc ~x86" DEPEND=">=dev-lang/erlang-19.0" RDEPEND="${DEPEND}" diff --git a/dev-erlang/jose/jose-1.11.2.ebuild b/dev-erlang/jose/jose-1.11.2.ebuild index 728d04182c54..db5b286b5aeb 100644 --- a/dev-erlang/jose/jose-1.11.2.ebuild +++ b/dev-erlang/jose/jose-1.11.2.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/potatosalad/erlang-jose/archive/${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/erlang-19.0" diff --git a/dev-erlang/jose/jose-1.11.5.ebuild b/dev-erlang/jose/jose-1.11.5.ebuild index 503de0c10316..a6825d16f176 100644 --- a/dev-erlang/jose/jose-1.11.5.ebuild +++ b/dev-erlang/jose/jose-1.11.5.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 @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~sparc ~x86" DEPEND=">=dev-lang/erlang-19.0" RDEPEND="${DEPEND}" |