diff options
author | Markus Meier <maekke@gentoo.org> | 2017-02-17 07:00:49 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-02-17 07:00:49 +0100 |
commit | 163c0ee4d2ad46d14b147f62c9742b77f1b80cd8 (patch) | |
tree | 8d7d8861d4bc11c56d191fb2f16934fa59a2f324 /app-eselect | |
parent | dev-lang/python-exec: arm stable, bug #602240 (diff) | |
download | gentoo-163c0ee4d2ad46d14b147f62c9742b77f1b80cd8.tar.gz gentoo-163c0ee4d2ad46d14b147f62c9742b77f1b80cd8.tar.bz2 gentoo-163c0ee4d2ad46d14b147f62c9742b77f1b80cd8.zip |
app-eselect/eselect-python: arm stable, bug #602240
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
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 d6fdb51a4d3b..49cab486b1b8 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 ~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" |