From 38bb8ce4de2db4e2a50474bfbeebf065e2f58f7b Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sun, 30 Jul 2017 03:35:40 +1000 Subject: dev-python/enzyme: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- dev-python/enzyme/enzyme-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/enzyme/enzyme-9999.ebuild b/dev-python/enzyme/enzyme-9999.ebuild index b206b8a585fb..c9d243a749c9 100644 --- a/dev-python/enzyme/enzyme-9999.ebuild +++ b/dev-python/enzyme/enzyme-9999.ebuild @@ -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" -- cgit v1.2.3-65-gdbad