commit: 2dc98fa8b41ff0e47c01ba6aea58598c2f1718c0
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 4 15:56:26 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Sep 4 15:56:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc98fa8
dev-python/future: fix HOMEPAGE
https doesn't work as of this writing.
Package-Manager: portage-2.3.0_p23
dev-python/future/future-0.15.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/future/future-0.15.2.ebuild
b/dev-python/future/future-0.15.2.ebuild
index 05d6707..1c5c970 100644
--- a/dev-python/future/future-0.15.2.ebuild
+++ b/dev-python/future/future-0.15.2.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=(python{2_7,3_4})
inherit distutils-r1
DESCRIPTION="Easy, clean, reliable Python 2/3 compatibility"
-HOMEPAGE="https://python-future.org"
+HOMEPAGE="http://python-future.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"