Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-python/
Date: Mon, 04 Dec 2017 17:47:44
Message-Id: 1512409648.55624dab40abf5cf3465e2f7a6b334b23f1d16d5.mgorny@gentoo
1 commit: 55624dab40abf5cf3465e2f7a6b334b23f1d16d5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 4 17:36:08 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 4 17:47:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55624dab
7
8 app-eselect/eselect-python: Sync live KEYWORDS, bump to EAPI 6
9
10 app-eselect/eselect-python/eselect-python-99999999.ebuild | 5 +++--
11 1 file changed, 3 insertions(+), 2 deletions(-)
12
13 diff --git a/app-eselect/eselect-python/eselect-python-99999999.ebuild b/app-eselect/eselect-python/eselect-python-99999999.ebuild
14 index 3b35998a3dc..de64bdb6ec6 100644
15 --- a/app-eselect/eselect-python/eselect-python-99999999.ebuild
16 +++ b/app-eselect/eselect-python/eselect-python-99999999.ebuild
17 @@ -1,14 +1,14 @@
18 # Copyright 1999-2017 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20
21 -EAPI=5
22 +EAPI=6
23
24 if [[ ${PV} == "99999999" ]] ; then
25 inherit autotools git-r3
26 EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
27 else
28 SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.bz2"
29 - 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"
30 + 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"
31 fi
32
33 DESCRIPTION="Eselect module for management of multiple Python versions"
34 @@ -23,6 +23,7 @@ RDEPEND=">=app-admin/eselect-1.2.3
35 >=dev-lang/python-exec-2.4.2"
36
37 src_prepare() {
38 + default
39 [[ ${PV} == "99999999" ]] && eautoreconf
40 }