diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-06-18 01:10:13 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-06-18 01:11:15 +0200 |
commit | b373071b2034ac25b9c5e098c9c16f7af085f6bb (patch) | |
tree | d96accc148f5c5e9223a77db236b2f990155ef5c /dev-python/python-gflags | |
parent | media-video/xine-ui: Removed old. (diff) | |
download | gentoo-b373071b2034ac25b9c5e098c9c16f7af085f6bb.tar.gz gentoo-b373071b2034ac25b9c5e098c9c16f7af085f6bb.tar.bz2 gentoo-b373071b2034ac25b9c5e098c9c16f7af085f6bb.zip |
dev-python/python-gflags: add back two arches to KEYWORDS.
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'dev-python/python-gflags')
-rw-r--r-- | dev-python/python-gflags/python-gflags-3.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-gflags/python-gflags-3.1.1.ebuild b/dev-python/python-gflags/python-gflags-3.1.1.ebuild index f90918fb1c55..476bc2824667 100644 --- a/dev-python/python-gflags/python-gflags-3.1.1.ebuild +++ b/dev-python/python-gflags/python-gflags-3.1.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc64 ~s390 ~sh x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~sparc ~s390 ~sh x86" RDEPEND=" dev-python/six[${PYTHON_USEDEP}]" |