From 2dc98fa8b41ff0e47c01ba6aea58598c2f1718c0 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sun, 4 Sep 2016 11:56:26 -0400 Subject: [PATCH] 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 05d6707a0578c..1c5c970083492 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"