diff options
author | Aaron Bauman <bman@gentoo.org> | 2017-01-11 12:03:09 +0900 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2017-01-11 12:03:36 +0900 |
commit | 0463b3c366064ba9234d6b9643a84ca405d29474 (patch) | |
tree | 4f04c15cfbcc62cf222302be69d34e2747a5a330 /app-eselect | |
parent | dev-lang/python-exec: amd64 stable (diff) | |
download | gentoo-0463b3c366064ba9234d6b9643a84ca405d29474.tar.gz gentoo-0463b3c366064ba9234d6b9643a84ca405d29474.tar.bz2 gentoo-0463b3c366064ba9234d6b9643a84ca405d29474.zip |
app-eselect/eselect-python: amd64 stable
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-eselect')
-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 c000ee181902..4ef748a76d82 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 ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-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 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-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" |