dev-python/babelfish: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 17:37:42 +0000 (03:37 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:44:44 +0000 (11:44 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-python/babelfish/babelfish-9999.ebuild

index e8b9c1375b7735c1924eabd4512e67428222382e..9cdc6f9ff39c47f81f454beae8e15e2c9391c52c 100644 (file)
@@ -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"