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

dev-python/enzyme/enzyme-9999.ebuild

index b206b8a585fb68fccc50dd6290223590e2e48957..c9d243a749c95b022bcd9cf769f5e8813941d31d 100644 (file)
@@ -10,7 +10,7 @@ inherit distutils-r1 git-r3
 
 DESCRIPTION="Python video metadata parser"
 HOMEPAGE="https://github.com/Diaoul/enzyme https://pypi.python.org/pypi/enzyme"
-EGIT_REPO_URI=( {https,git}://github.com/Diaoul/${PN}.git )
+EGIT_REPO_URI="https://github.com/Diaoul/${PN}.git"
 SRC_URI="test? ( mirror://sourceforge/matroska/test_files/matroska_test_w1_1.zip )"
 
 LICENSE="Apache-2.0"