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 /dev-erlang/p1_oauth2/p1_oauth2-0.6.14.ebuild | |
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>
Diffstat (limited to 'dev-erlang/p1_oauth2/p1_oauth2-0.6.14.ebuild')
-rw-r--r-- | dev-erlang/p1_oauth2/p1_oauth2-0.6.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 )" |