diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-07-30 11:26:13 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-07-30 11:26:30 -0400 |
commit | 6428f9d2ec17bb2cbb847c02349037b1726b6c9c (patch) | |
tree | a7465d4ce6e28ebf941b65e5efda7bf885c982f3 /dev-lang/python/python-3.4.5.ebuild | |
parent | dev-lang/python: fix build failure in blake2 module (diff) | |
download | gentoo-6428f9d2ec17bb2cbb847c02349037b1726b6c9c.tar.gz gentoo-6428f9d2ec17bb2cbb847c02349037b1726b6c9c.tar.bz2 gentoo-6428f9d2ec17bb2cbb847c02349037b1726b6c9c.zip |
dev-lang/python: replace http urls
Package-Manager: Portage-2.3.6_p23, Repoman-2.3.3_p1
Diffstat (limited to 'dev-lang/python/python-3.4.5.ebuild')
-rw-r--r-- | dev-lang/python/python-3.4.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/python/python-3.4.5.ebuild b/dev-lang/python/python-3.4.5.ebuild index 807ed6037272..5586215492b1 100644 --- a/dev-lang/python/python-3.4.5.ebuild +++ b/dev-lang/python/python-3.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -10,8 +10,8 @@ MY_P="Python-${PV/_/}" PATCHSET_VERSION="3.4.5-0" DESCRIPTION="An interpreted, interactive, object-oriented programming language" -HOMEPAGE="http://www.python.org/" -SRC_URI="http://www.python.org/ftp/python/${PV%_rc*}/${MY_P}.tar.xz +HOMEPAGE="https://www.python.org/" +SRC_URI="https://www.python.org/ftp/python/${PV%_rc*}/${MY_P}.tar.xz https://dev.gentoo.org/~floppym/python/python-gentoo-patches-${PATCHSET_VERSION}.tar.xz" LICENSE="PSF-2" |