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 97E79139085 for ; Tue, 3 Jan 2017 23:07:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E3AAE0C3B; Tue, 3 Jan 2017 23:07:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 265E4E0C3A for ; Tue, 3 Jan 2017 23:07:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6F7C53412CB for ; Tue, 3 Jan 2017 23:07:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 873D52624 for ; Tue, 3 Jan 2017 23:07:06 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1483484762.fe9b5c225e8fa70f310f38e2d8cfa2c3c8cc4bcf.monsieurp@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: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: fe9b5c225e8fa70f310f38e2d8cfa2c3c8cc4bcf X-VCS-Branch: master Date: Tue, 3 Jan 2017 23:07:06 +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: e6a28dc5-354f-4708-9a13-9042beb57c15 X-Archives-Hash: 71e3a59d45dd7c62fb2d6d119f64702b commit: fe9b5c225e8fa70f310f38e2d8cfa2c3c8cc4bcf Author: Ilya Tumaykin gmail com> AuthorDate: Fri Dec 30 13:44:11 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Jan 3 23:06:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe9b5c22 dev-python/babelfish: support both HTTPS and git URIs in 9999. Package-Manager: Portage-2.3.3, Repoman-2.3.1 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 e2c4516..b751103 100644 --- a/dev-python/babelfish/babelfish-9999.ebuild +++ b/dev-python/babelfish/babelfish-9999.ebuild @@ -10,7 +10,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="git://github.com/Diaoul/${PN}.git" +EGIT_REPO_URI=( {https,git}://github.com/Diaoul/${PN}.git ) LICENSE="BSD" SLOT="0"