diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-10 22:56:22 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-10 23:05:01 +0300 |
commit | dd5609169f0e8f35e1cdb9b217d9bed795668a7b (patch) | |
tree | f75f73f2b18283145ef93fdbd8d047b79fe2eb6e /dev-erlang | |
parent | dev-erlang/pkix: dekeyword ppc (diff) | |
download | gentoo-dd5609169f0e8f35e1cdb9b217d9bed795668a7b.tar.gz gentoo-dd5609169f0e8f35e1cdb9b217d9bed795668a7b.tar.bz2 gentoo-dd5609169f0e8f35e1cdb9b217d9bed795668a7b.zip |
dev-erlang/proper: 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/proper/proper-1.3.ebuild | 4 | ||||
-rw-r--r-- | dev-erlang/proper/proper-1.4.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-erlang/proper/proper-1.3.ebuild b/dev-erlang/proper/proper-1.3.ebuild index 3886a00191cd..f6845468ccab 100644 --- a/dev-erlang/proper/proper-1.3.ebuild +++ b/dev-erlang/proper/proper-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/manopapad/proper/archive/v${PV}.tar.gz LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" +KEYWORDS="amd64 ~arm ~ia64 ~sparc x86" DEPEND=">=dev-lang/erlang-17.1:=" RDEPEND="${DEPEND}" diff --git a/dev-erlang/proper/proper-1.4.ebuild b/dev-erlang/proper/proper-1.4.ebuild index 60726fb9b096..f85c8d46b891 100644 --- a/dev-erlang/proper/proper-1.4.ebuild +++ b/dev-erlang/proper/proper-1.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/proper-testing/proper/archive/v${PV}.tar.gz LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1:=" RDEPEND="${DEPEND}" |