Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-python/
Date: Thu, 26 May 2016 12:50:53
Message-Id: 1464267033.9bb384f162ea2fd525ad8676dc7745d05cbaffa9.klausman@gentoo
1 commit: 9bb384f162ea2fd525ad8676dc7745d05cbaffa9
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 12:50:33 2016 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 12:50:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bb384f1
7
8 app-eselect/eselect-python-20140125-r1: add alpha keyword
9
10 Gentoo-Bug: 575948
11
12 Package-Manager: portage-2.3.0_rc1
13
14 app-eselect/eselect-python/eselect-python-20140125-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-eselect/eselect-python/eselect-python-20140125-r1.ebuild b/app-eselect/eselect-python/eselect-python-20140125-r1.ebuild
18 index eadb84a..638f0b3 100644
19 --- a/app-eselect/eselect-python/eselect-python-20140125-r1.ebuild
20 +++ b/app-eselect/eselect-python/eselect-python-20140125-r1.ebuild
21 @@ -12,7 +12,7 @@ if [[ ${PV} == "99999999" ]] ; then
22 else
23 SRC_URI="mirror://gentoo/${P}.tar.bz2
24 https://dev.gentoo.org/~floppym/dist/${P}.tar.bz2"
25 - 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"
26 + 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"
27 fi
28
29 DESCRIPTION="Eselect module for management of multiple Python versions"