diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-10 22:56:17 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-10 23:05:01 +0300 |
commit | 18e5bc5a455497ad2067095f9de1524f6478ebbe (patch) | |
tree | ec55b06c485153c8c90481866916473b96a66e97 /dev-erlang | |
parent | dev-erlang/p1_utils: dekeyword ppc (diff) | |
download | gentoo-18e5bc5a455497ad2067095f9de1524f6478ebbe.tar.gz gentoo-18e5bc5a455497ad2067095f9de1524f6478ebbe.tar.bz2 gentoo-18e5bc5a455497ad2067095f9de1524f6478ebbe.zip |
dev-erlang/pkix: 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/pkix/pkix-1.0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-erlang/pkix/pkix-1.0.9.ebuild b/dev-erlang/pkix/pkix-1.0.9.ebuild index 48437553fd02..106eb1c92d03 100644 --- a/dev-erlang/pkix/pkix-1.0.9.ebuild +++ b/dev-erlang/pkix/pkix-1.0.9.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,6 +12,6 @@ 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" DOCS=( README.md ) |