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.6.ebuild | |
parent | 61958b88555c08f099c70d0b1989b86bcd3f2465 (diff) | |
download | gentoo-6428f9d2ec17bb2cbb847c02349037b1726b6c9c.tar.gz gentoo-6428f9d2ec17bb2cbb847c02349037b1726b6c9c.tar.xz |
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.6.ebuild')
-rw-r--r-- | dev-lang/python/python-3.4.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-3.4.6.ebuild b/dev-lang/python/python-3.4.6.ebuild index 2076d130628..f5d3c43753b 100644 --- a/dev-lang/python/python-3.4.6.ebuild +++ b/dev-lang/python/python-3.4.6.ebuild @@ -10,8 +10,8 @@ MY_P="Python-${PV/_/}" PATCHSET_VERSION="3.4.6-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" |