diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-11 12:08:42 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-11 12:08:42 +0100 |
commit | d7d3eb399e01edc4e7639f10aab7aee91ff9902e (patch) | |
tree | 9a45755cd660f4c8d9c8584f10f2dd3a826f0523 /dev-python/setuptools | |
parent | app-text/libpaper: amd64 stable wrt bug #704422 (diff) | |
download | gentoo-d7d3eb399e01edc4e7639f10aab7aee91ff9902e.tar.gz gentoo-d7d3eb399e01edc4e7639f10aab7aee91ff9902e.tar.bz2 gentoo-d7d3eb399e01edc4e7639f10aab7aee91ff9902e.zip |
dev-python/setuptools: amd64 stable wrt bug #708946
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/setuptools-44.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/setuptools/setuptools-44.0.0.ebuild b/dev-python/setuptools/setuptools-44.0.0.ebuild index d0e9e01543ca..473f540808c2 100644 --- a/dev-python/setuptools/setuptools-44.0.0.ebuild +++ b/dev-python/setuptools/setuptools-44.0.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 ~sh 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 ~sh 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" |