diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-10 22:56:49 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-10 23:05:03 +0300 |
commit | 4bc8d3578e076c562c49fbb6a88d5d29dfa5d422 (patch) | |
tree | 26a87449d5d7c493e886c06a477968dd7bd819f4 /dev-erlang | |
parent | dev-erlang/xmpp: dekeyword ppc (diff) | |
download | gentoo-4bc8d3578e076c562c49fbb6a88d5d29dfa5d422.tar.gz gentoo-4bc8d3578e076c562c49fbb6a88d5d29dfa5d422.tar.bz2 gentoo-4bc8d3578e076c562c49fbb6a88d5d29dfa5d422.zip |
dev-erlang/yconf: 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/yconf/yconf-1.0.14.ebuild | 4 | ||||
-rw-r--r-- | dev-erlang/yconf/yconf-1.0.15.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-erlang/yconf/yconf-1.0.14.ebuild b/dev-erlang/yconf/yconf-1.0.14.ebuild index 82bd486fcf94..045f45f9b6ca 100644 --- a/dev-erlang/yconf/yconf-1.0.14.ebuild +++ b/dev-erlang/yconf/yconf-1.0.14.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-lang/erlang-17.1 diff --git a/dev-erlang/yconf/yconf-1.0.15.ebuild b/dev-erlang/yconf/yconf-1.0.15.ebuild index 5a774fa2106c..23079f807469 100644 --- a/dev-erlang/yconf/yconf-1.0.15.ebuild +++ b/dev-erlang/yconf/yconf-1.0.15.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-lang/erlang-17.1 |