commit:     fe9b5c225e8fa70f310f38e2d8cfa2c3c8cc4bcf
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Fri Dec 30 13:44:11 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> 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"

Reply via email to