summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-12-30 16:45:29 +0300
committerPatrice Clement <monsieurp@gentoo.org>2017-01-04 00:06:02 +0100
commit72c681609d9cc5c08356ff3925a8542b3f1d3c60 (patch)
treeebbfea179ce85c156fed85af9d20f151d0dec368
parentdev-python/babelfish: support both HTTPS and git URIs in 9999. (diff)
downloadgentoo-72c68160.tar.gz
gentoo-72c68160.tar.bz2
gentoo-72c68160.zip
dev-python/enzyme: support both HTTPS and git URIs in 9999.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--dev-python/enzyme/enzyme-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/enzyme/enzyme-9999.ebuild b/dev-python/enzyme/enzyme-9999.ebuild
index 65bb9050dfd9..c6ade870e508 100644
--- a/dev-python/enzyme/enzyme-9999.ebuild
+++ b/dev-python/enzyme/enzyme-9999.ebuild
@@ -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"