dev-python/babelfish: support both HTTPS and git URIs in 9999.
authorIlya Tumaykin <itumaykin@gmail.com>
Fri, 30 Dec 2016 13:44:11 +0000 (16:44 +0300)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 3 Jan 2017 23:06:02 +0000 (00:06 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/babelfish/babelfish-9999.ebuild

index e2c45166084d66ea2229c544d0a1566f1886846f..b751103e8951cdb424ecec89241dc4d5e3002967 100644 (file)
@@ -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"