commit: 60344af6b40cc75e35c2c543601000cdec112b1c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Feb 23 22:18:31 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Feb 23 22:20:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60344af6
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. app-eselect/eselect-python/eselect-python-99999999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-eselect/eselect-python/eselect-python-99999999.ebuild b/app-eselect/eselect-python/eselect-python-99999999.ebuild index 52eb0ce..dbfcd6c 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