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-2.7.12.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-2.7.12.ebuild')
-rw-r--r-- | dev-lang/python/python-2.7.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-2.7.12.ebuild b/dev-lang/python/python-2.7.12.ebuild index 47235ee36b7..f7f4c18b11f 100644 --- a/dev-lang/python/python-2.7.12.ebuild +++ b/dev-lang/python/python-2.7.12.ebuild @@ -10,7 +10,7 @@ MY_P="Python-${PV}" PATCHSET_VERSION="2.7.12-0" DESCRIPTION="An interpreted, interactive, object-oriented programming language" -HOMEPAGE="http://www.python.org/" +HOMEPAGE="https://www.python.org/" SRC_URI="https://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz https://dev.gentoo.org/~floppym/python/python-gentoo-patches-${PATCHSET_VERSION}.tar.xz" |