diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-02-23 23:18:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-02-23 23:20:02 +0100 |
commit | 60344af6b40cc75e35c2c543601000cdec112b1c (patch) | |
tree | 4166ffcdac2db560e41355dcdac59b4a400cf7c1 /app-eselect/eselect-python | |
parent | dev-lang/python-exec: Bugfix bump to 2.4.2 (diff) | |
download | gentoo-60344af6b40cc75e35c2c543601000cdec112b1c.tar.gz gentoo-60344af6b40cc75e35c2c543601000cdec112b1c.tar.bz2 gentoo-60344af6b40cc75e35c2c543601000cdec112b1c.zip |
app-eselect/eselect-python: Raise python-exec dep to 2.4.2 in live
Raise python-exec dependency in the live version to require at least
2.4.2 since the current live code requires working 'python-exec2c -l' to
obtain supported implementation list.
Diffstat (limited to 'app-eselect/eselect-python')
-rw-r--r-- | app-eselect/eselect-python/eselect-python-99999999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-eselect/eselect-python/eselect-python-99999999.ebuild b/app-eselect/eselect-python/eselect-python-99999999.ebuild index 52eb0ceceb52..dbfcd6cf0118 100644 --- a/app-eselect/eselect-python/eselect-python-99999999.ebuild +++ b/app-eselect/eselect-python/eselect-python-99999999.ebuild @@ -19,8 +19,9 @@ LICENSE="GPL-2" SLOT="0" IUSE="" +# python-exec-2.4.2 for working -l option RDEPEND=">=app-admin/eselect-1.2.3 - >=dev-lang/python-exec-2.3" + >=dev-lang/python-exec-2.4.2" src_prepare() { [[ ${PV} == "99999999" ]] && eautoreconf |