Skip to content

Commit

Permalink
app-eselect/eselect-python: Raise python-exec dep to 2.4.2 in live
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mgorny committed Feb 23, 2016
1 parent d1d4606 commit 60344af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-eselect/eselect-python/eselect-python-99999999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60344af

Please sign in to comment.