dev-python/restkit: Remove ppc from KEYWORDS
authorDavid Seifert <soap@gentoo.org>
Thu, 2 Feb 2017 18:18:30 +0000 (19:18 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 2 Feb 2017 18:42:47 +0000 (19:42 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3766

dev-python/restkit/restkit-4.2.2.ebuild

index 9c1c0383f0f935700a8a9f0a51568dfa0705bde6..2126b0d86b8f57af3a3c21f45e2a56427bd7ccd0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 ~s390 ~sh x86"
+KEYWORDS="amd64 arm ppc64 ~s390 ~sh x86"
 IUSE="+cli doc examples test"
 
 PY27_USEDEP="$(python_gen_usedep python2_7)"