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: Tue, 23 Feb 2016 22:20:22
Message-Id: 1456266002.60344af6b40cc75e35c2c543601000cdec112b1c.mgorny@gentoo
1 commit: 60344af6b40cc75e35c2c543601000cdec112b1c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 23 22:18:31 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 23 22:20:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60344af6
7
8 app-eselect/eselect-python: Raise python-exec dep to 2.4.2 in live
9
10 Raise python-exec dependency in the live version to require at least
11 2.4.2 since the current live code requires working 'python-exec2c -l' to
12 obtain supported implementation list.
13
14 app-eselect/eselect-python/eselect-python-99999999.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-eselect/eselect-python/eselect-python-99999999.ebuild b/app-eselect/eselect-python/eselect-python-99999999.ebuild
18 index 52eb0ce..dbfcd6c 100644
19 --- a/app-eselect/eselect-python/eselect-python-99999999.ebuild
20 +++ b/app-eselect/eselect-python/eselect-python-99999999.ebuild
21 @@ -19,8 +19,9 @@ LICENSE="GPL-2"
22 SLOT="0"
23 IUSE=""
24
25 +# python-exec-2.4.2 for working -l option
26 RDEPEND=">=app-admin/eselect-1.2.3
27 - >=dev-lang/python-exec-2.3"
28 + >=dev-lang/python-exec-2.4.2"
29
30 src_prepare() {
31 [[ ${PV} == "99999999" ]] && eautoreconf