dev-python/enzyme: support both HTTPS and git URIs in 9999.
authorIlya Tumaykin <itumaykin@gmail.com>
Fri, 30 Dec 2016 13:45:29 +0000 (16:45 +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/enzyme/enzyme-9999.ebuild

index 65bb9050dfd937c3d8e118791f12f78c127e7988..c6ade870e508c2a27b2b9a947035387c1bbd3c67 100644 (file)
@@ -11,7 +11,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="git://github.com/Diaoul/${PN}.git"
+EGIT_REPO_URI=( {https,git}://github.com/Diaoul/${PN}.git )
 SRC_URI="test? ( mirror://sourceforge/matroska/test_files/matroska_test_w1_1.zip )"
 
 LICENSE="Apache-2.0"