diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-02-28 17:51:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-02-28 18:14:47 +0100 |
commit | cf807fcdd194b24b169b99fa345f34efd92daa0b (patch) | |
tree | 863de58a057908121914fe48da34bdf4578b3ea9 /dev-lang | |
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')
-rw-r--r-- | dev-lang/python/python-2.7.11-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/python/python-3.3.5-r7.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/python/python-3.4.3-r7.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/python/python-3.5.1-r2.ebuild | 2 |
4 files changed, 4 insertions, 4 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}" diff --git a/dev-lang/python/python-3.3.5-r7.ebuild b/dev-lang/python/python-3.3.5-r7.ebuild index 877112f5541c..ad7a0cd4cd35 100644 --- a/dev-lang/python/python-3.3.5-r7.ebuild +++ b/dev-lang/python/python-3.3.5-r7.ebuild @@ -60,7 +60,7 @@ DEPEND="${RDEPEND} !sys-devel/gcc[libffi]" RDEPEND+=" !build? ( app-misc/mime-types ) doc? ( dev-python/python-docs:${PYVER} )" -PDEPEND=">=app-eselect/eselect-python-20151117-r1 +PDEPEND=">=app-eselect/eselect-python-20140125-r1 app-admin/python-updater" S="${WORKDIR}/${MY_P}" diff --git a/dev-lang/python/python-3.4.3-r7.ebuild b/dev-lang/python/python-3.4.3-r7.ebuild index 8272a412760d..e281de48745d 100644 --- a/dev-lang/python/python-3.4.3-r7.ebuild +++ b/dev-lang/python/python-3.4.3-r7.ebuild @@ -53,7 +53,7 @@ DEPEND="${RDEPEND} >=sys-devel/autoconf-2.65 !sys-devel/gcc[libffi]" RDEPEND+=" !build? ( app-misc/mime-types )" -PDEPEND=">=app-eselect/eselect-python-20151117-r1 +PDEPEND=">=app-eselect/eselect-python-20140125-r1 app-admin/python-updater" S="${WORKDIR}/${MY_P}" diff --git a/dev-lang/python/python-3.5.1-r2.ebuild b/dev-lang/python/python-3.5.1-r2.ebuild index d73faa1d5e60..0f2fa796d3ac 100644 --- a/dev-lang/python/python-3.5.1-r2.ebuild +++ b/dev-lang/python/python-3.5.1-r2.ebuild @@ -52,7 +52,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig !sys-devel/gcc[libffi(-)]" RDEPEND+=" !build? ( app-misc/mime-types )" -PDEPEND=">=app-eselect/eselect-python-20151117-r1" +PDEPEND=">=app-eselect/eselect-python-20140125-r1" S="${WORKDIR}/${MY_P}" |