diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2018-12-19 16:13:46 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2018-12-19 16:14:20 +0100 |
commit | 7c6fb2ee374e57493ffde50ef34d640e3ff63c18 (patch) | |
tree | b214e0bcd2fc40d745376687bbf78694114bd420 /dev-python/setuptools | |
parent | www-client/vivaldi: Version 2.2.1388.37_p1 (diff) | |
download | gentoo-7c6fb2ee374e57493ffde50ef34d640e3ff63c18.tar.gz gentoo-7c6fb2ee374e57493ffde50ef34d640e3ff63c18.tar.bz2 gentoo-7c6fb2ee374e57493ffde50ef34d640e3ff63c18.zip |
dev-python/setuptools: add ~x64-cygwin keyword
Package-Manager: Portage-2.3.51, Repoman-2.3.10
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/setuptools-40.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/setuptools/setuptools-40.6.3.ebuild b/dev-python/setuptools/setuptools-40.6.3.ebuild index 841be8697cc0..cabfeeca68d7 100644 --- a/dev-python/setuptools/setuptools-40.6.3.ebuild +++ b/dev-python/setuptools/setuptools-40.6.3.ebuild @@ -12,7 +12,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 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Collection of extensions to Distutils" |