diff options
author | 2016-02-28 17:51:46 +0100 | |
---|---|---|
committer | 2016-02-28 18:14:47 +0100 | |
commit | cf807fcdd194b24b169b99fa345f34efd92daa0b (patch) | |
tree | 863de58a057908121914fe48da34bdf4578b3ea9 /dev-lang/python/python-2.7.11-r2.ebuild | |
parent | app-eselect/eselect-python: Remove old ~arch versions (diff) | |
download | gentoo-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.ebuild | 2 |
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}" |