diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-10 22:56:00 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-10 23:05:00 +0300 |
commit | 3fd9c8cf1e8bcd74d58e55d21a79041d4e46e659 (patch) | |
tree | f3b91b050015368d2c4dbf0dc63965053d4fc93a | |
parent | dev-erlang/p1_mysql: dekeyword ppc (diff) | |
download | gentoo-3fd9c8cf1e8bcd74d58e55d21a79041d4e46e659.tar.gz gentoo-3fd9c8cf1e8bcd74d58e55d21a79041d4e46e659.tar.bz2 gentoo-3fd9c8cf1e8bcd74d58e55d21a79041d4e46e659.zip |
dev-erlang/p1_oauth2: 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>
-rw-r--r-- | dev-erlang/p1_oauth2/p1_oauth2-0.6.11.ebuild | 4 | ||||
-rw-r--r-- | dev-erlang/p1_oauth2/p1_oauth2-0.6.14.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-erlang/p1_oauth2/p1_oauth2-0.6.11.ebuild b/dev-erlang/p1_oauth2/p1_oauth2-0.6.11.ebuild index 0b9a69a778f9..fbb35060c687 100644 --- a/dev-erlang/p1_oauth2/p1_oauth2-0.6.11.ebuild +++ b/dev-erlang/p1_oauth2/p1_oauth2-0.6.11.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="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" diff --git a/dev-erlang/p1_oauth2/p1_oauth2-0.6.14.ebuild b/dev-erlang/p1_oauth2/p1_oauth2-0.6.14.ebuild index 9fdc16adab41..28821d0206b7 100644 --- a/dev-erlang/p1_oauth2/p1_oauth2-0.6.14.ebuild +++ b/dev-erlang/p1_oauth2/p1_oauth2-0.6.14.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" |