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 31B61139694 for ; Sun, 30 Jul 2017 09:45:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 068B0E0F00; Sun, 30 Jul 2017 09:45:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAF9AE0F0F for ; Sun, 30 Jul 2017 09:45:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 272D9341A81 for ; Sun, 30 Jul 2017 09:45:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9262674CA for ; Sun, 30 Jul 2017 09:44:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501407884.09e608a910f57b8c370a0ffbf5612102225d1689.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/babelfish/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/babelfish/babelfish-9999.ebuild X-VCS-Directories: dev-python/babelfish/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 09e608a910f57b8c370a0ffbf5612102225d1689 X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:44:58 +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: f6b91b8a-f552-4677-8ad1-35cedb2f3a45 X-Archives-Hash: 6d9deb64c9a7347972a2031d8e3b4545 commit: 09e608a910f57b8c370a0ffbf5612102225d1689 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 17:37:42 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:44:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e608a9 dev-python/babelfish: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/babelfish/babelfish-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/babelfish/babelfish-9999.ebuild b/dev-python/babelfish/babelfish-9999.ebuild index e8b9c1375b7..9cdc6f9ff39 100644 --- a/dev-python/babelfish/babelfish-9999.ebuild +++ b/dev-python/babelfish/babelfish-9999.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 git-r3 DESCRIPTION="Python library to work with countries and languages" HOMEPAGE="https://github.com/Diaoul/babelfish https://pypi.python.org/pypi/babelfish" -EGIT_REPO_URI=( {https,git}://github.com/Diaoul/${PN}.git ) +EGIT_REPO_URI="https://github.com/Diaoul/${PN}.git" LICENSE="BSD" SLOT="0"