diff options
author | 2024-06-10 22:56:11 +0300 | |
---|---|---|
committer | 2024-06-10 23:05:01 +0300 | |
commit | 75a7bb5816bbdef9204e682135f766055be5abc6 (patch) | |
tree | 3104e5a049c5a8015e2fadb4a152d032f206db91 /dev-erlang/p1_utils | |
parent | dev-erlang/p1_pgsql: dekeyword ppc (diff) | |
download | gentoo-75a7bb5816bbdef9204e682135f766055be5abc6.tar.gz gentoo-75a7bb5816bbdef9204e682135f766055be5abc6.tar.bz2 gentoo-75a7bb5816bbdef9204e682135f766055be5abc6.zip |
dev-erlang/p1_utils: 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/p1_utils')
-rw-r--r-- | dev-erlang/p1_utils/p1_utils-1.0.25.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-erlang/p1_utils/p1_utils-1.0.25.ebuild b/dev-erlang/p1_utils/p1_utils-1.0.25.ebuild index 7f088e660c51..63614d8fd663 100644 --- a/dev-erlang/p1_utils/p1_utils-1.0.25.ebuild +++ b/dev-erlang/p1_utils/p1_utils-1.0.25.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 ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc64 ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1:=" RDEPEND="${DEPEND}" |