commit: fdd50c9cbbe46d4f8a6d5f214b07b6541e33438a
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 22:55:18 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 23:01:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd50c9c
dev-python/setuptools: keyworded 36.7.2 for sparc, bug #631608 (thanks to Rolf
Eike Beer)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
dev-python/setuptools/setuptools-36.7.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/setuptools/setuptools-36.7.2.ebuild
b/dev-python/setuptools/setuptools-36.7.2.ebuild
index 1640ad8aa96..d4456237d55 100644
--- a/dev-python/setuptools/setuptools-36.7.2.ebuild
+++ b/dev-python/setuptools/setuptools-36.7.2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]]; then
inherit git-r3
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
- KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
fi
DESCRIPTION="Collection of extensions to Distutils"