summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-02-28 17:51:46 +0100
committerMichał Górny <mgorny@gentoo.org>2016-02-28 18:14:47 +0100
commitcf807fcdd194b24b169b99fa345f34efd92daa0b (patch)
tree863de58a057908121914fe48da34bdf4578b3ea9 /dev-lang/python/python-2.7.11-r2.ebuild
parentapp-eselect/eselect-python: Remove old ~arch versions (diff)
downloadgentoo-cf807fcdd194b24b169b99fa345f34efd92daa0b.tar.gz
gentoo-cf807fcdd194b24b169b99fa345f34efd92daa0b.tar.bz2
gentoo-cf807fcdd194b24b169b99fa345f34efd92daa0b.zip
dev-lang/python: Lower eselect-python deps due to pythonX.Y-config fix
Lower the dependency on app-eselect/eselect-python to 20140125-r1 since that version got a fix to support pythonX.Y-config. This should make a good stable candidate and starting point for migration to newer python-exec versions.
Diffstat (limited to 'dev-lang/python/python-2.7.11-r2.ebuild')
-rw-r--r--dev-lang/python/python-2.7.11-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-2.7.11-r2.ebuild b/dev-lang/python/python-2.7.11-r2.ebuild
index d9fd3d660f72..5e7b2b60b9ff 100644
--- a/dev-lang/python/python-2.7.11-r2.ebuild
+++ b/dev-lang/python/python-2.7.11-r2.ebuild
@@ -66,7 +66,7 @@ DEPEND="${RDEPEND}
!sys-devel/gcc[libffi]"
RDEPEND+=" !build? ( app-misc/mime-types )
doc? ( dev-python/python-docs:${SLOT} )"
-PDEPEND=">=app-eselect/eselect-python-20151117-r1
+PDEPEND=">=app-eselect/eselect-python-20140125-r1
app-admin/python-updater"
S="${WORKDIR}/${MY_P}"