diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2017-02-20 13:40:35 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2017-02-20 15:10:07 +0100 |
commit | c2d41fd8ce90faa14221d0a23b6f2008548c4d96 (patch) | |
tree | 6aed9ead3c5a27c97f0b409e02394812c6413053 /app-eselect/eselect-python | |
parent | app-arch/xz-utils: keyword ~x64-cygwin (diff) | |
download | gentoo-c2d41fd8ce90faa14221d0a23b6f2008548c4d96.tar.gz gentoo-c2d41fd8ce90faa14221d0a23b6f2008548c4d96.tar.bz2 gentoo-c2d41fd8ce90faa14221d0a23b6f2008548c4d96.zip |
app-eselect/eselect-python: keyword ~x64-cygwin
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-eselect/eselect-python')
-rw-r--r-- | app-eselect/eselect-python/eselect-python-20160516.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-eselect/eselect-python/eselect-python-20160516.ebuild b/app-eselect/eselect-python/eselect-python-20160516.ebuild index 49cab486b1b8..7ceea401e45d 100644 --- a/app-eselect/eselect-python/eselect-python-20160516.ebuild +++ b/app-eselect/eselect-python/eselect-python-20160516.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "99999999" ]] ; then EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git" else SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.bz2" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-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 ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Eselect module for management of multiple Python versions" |