From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57478138330 for ; Sun, 4 Sep 2016 15:56:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1341FE09AA; Sun, 4 Sep 2016 15:56:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B16E3E09AA for ; Sun, 4 Sep 2016 15:56:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DDC93408A2 for ; Sun, 4 Sep 2016 15:56:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C3892465 for ; Sun, 4 Sep 2016 15:56:41 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1473004599.2dc98fa8b41ff0e47c01ba6aea58598c2f1718c0.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/future/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/future/future-0.15.2.ebuild X-VCS-Directories: dev-python/future/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 2dc98fa8b41ff0e47c01ba6aea58598c2f1718c0 X-VCS-Branch: master Date: Sun, 4 Sep 2016 15:56:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 62542f3e-6822-4a1e-9595-970d36f39312 X-Archives-Hash: 17c699a3e609b34ef76fb897294f5985 commit: 2dc98fa8b41ff0e47c01ba6aea58598c2f1718c0 Author: Mike Gilbert gentoo org> AuthorDate: Sun Sep 4 15:56:26 2016 +0000 Commit: Mike Gilbert gentoo 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"