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/python/python-3.4.3-r7.ebuild | |
parent | def44310c577435bc45fc2f37190588cb8399a3c (diff) | |
download | gentoo-cf807fcdd194b24b169b99fa345f34efd92daa0b.tar.gz gentoo-cf807fcdd194b24b169b99fa345f34efd92daa0b.tar.xz |
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-3.4.3-r7.ebuild')
-rw-r--r-- | dev-lang/python/python-3.4.3-r7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.4.3-r7.ebuild b/dev-lang/python/python-3.4.3-r7.ebuild index 8272a412760..e281de48745 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}" |