diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-12-26 09:50:00 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-12-26 09:50:35 +0100 |
commit | 6261aad8646afc4beba556f1e104fc3eb532c2b2 (patch) | |
tree | 95fd5b9a2b628a477a8d9275aa5b62ca122c5554 /dev-python | |
parent | dev-ruby/json: add ruby26 (diff) | |
download | gentoo-6261aad8646afc4beba556f1e104fc3eb532c2b2.tar.gz gentoo-6261aad8646afc4beba556f1e104fc3eb532c2b2.tar.bz2 gentoo-6261aad8646afc4beba556f1e104fc3eb532c2b2.zip |
dev-python/setuptools: marked *-macos
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-python')
-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 cabfeeca68d7..cad68a78dc42 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 ~x64-cygwin ~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 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Collection of extensions to Distutils" |