diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-06 08:13:03 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-06 08:17:48 +0100 |
commit | 918145dc6479cee0a5e23895aacf31abf70d34c3 (patch) | |
tree | bcdba95374fedc92acb79607d534941f7e9de03d /dev-python/setuptools | |
parent | dev-python/sphinxcontrib-htmlhelp: stable 1.0.3 for ppc64, bug #720620 (diff) | |
download | gentoo-918145dc6479cee0a5e23895aacf31abf70d34c3.tar.gz gentoo-918145dc6479cee0a5e23895aacf31abf70d34c3.tar.bz2 gentoo-918145dc6479cee0a5e23895aacf31abf70d34c3.zip |
dev-python/setuptools: stable 44.1.0 for ppc64, bug #720630
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/setuptools-44.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/setuptools/setuptools-44.1.0.ebuild b/dev-python/setuptools/setuptools-44.1.0.ebuild index b0c63020f173..717f61b77dd4 100644 --- a/dev-python/setuptools/setuptools-44.1.0.ebuild +++ b/dev-python/setuptools/setuptools-44.1.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Collection of extensions to Distutils" |