diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-01-26 18:08:09 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-01-26 18:08:09 +0100 |
commit | 41a0f36a123d491555aa1d5195e8167e7416d33e (patch) | |
tree | afcb545b7386528565cadc385c38e665af286146 /app-eselect/eselect-python | |
parent | dev-lang/python-exec: Stable for HPPA (bug #602240). (diff) | |
download | gentoo-41a0f36a123d491555aa1d5195e8167e7416d33e.tar.gz gentoo-41a0f36a123d491555aa1d5195e8167e7416d33e.tar.bz2 gentoo-41a0f36a123d491555aa1d5195e8167e7416d33e.zip |
app-eselect/eselect-python: Stable for HPPA (bug #602240).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches
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 6e91ab6b85e1..2470abc88d22 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" |