diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-21 21:29:21 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-21 21:33:05 +0100 |
commit | bfdbde2255c1d82471ef2b1d24eab303693dbdc7 (patch) | |
tree | 1b82e879fe97f6e2480d74aa053119c3a71bb30c /dev-python/setuptools/setuptools-30.4.0.ebuild | |
parent | dev-python/decorator: ppc stable wrt bug #606042 (diff) | |
download | gentoo-bfdbde2255c1d82471ef2b1d24eab303693dbdc7.tar.gz gentoo-bfdbde2255c1d82471ef2b1d24eab303693dbdc7.tar.bz2 gentoo-bfdbde2255c1d82471ef2b1d24eab303693dbdc7.zip |
dev-python/setuptools: ppc stable wrt bug #606650
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/setuptools/setuptools-30.4.0.ebuild')
-rw-r--r-- | dev-python/setuptools/setuptools-30.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/setuptools/setuptools-30.4.0.ebuild b/dev-python/setuptools/setuptools-30.4.0.ebuild index f04a65dc3b6f..7a6b8fefab36 100644 --- a/dev-python/setuptools/setuptools-30.4.0.ebuild +++ b/dev-python/setuptools/setuptools-30.4.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Collection of extensions to Distutils" |