commit: b373071b2034ac25b9c5e098c9c16f7af085f6bb Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sat Jun 17 23:10:13 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Jun 17 23:11:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b373071b
dev-python/python-gflags: add back two arches to KEYWORDS. Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-python/python-gflags/python-gflags-3.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f90918fb1c5..476bc282466 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}]"