commit:     3b407f624471a4479f5e977e88ddc9b8d1170e7e
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 17:36:51 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:44:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b407f62

dev-python/guessit: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/guessit/guessit-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/guessit/guessit-9999.ebuild 
b/dev-python/guessit/guessit-9999.ebuild
index ca588fab1cd..8c6ead3c27e 100644
--- a/dev-python/guessit/guessit-9999.ebuild
+++ b/dev-python/guessit/guessit-9999.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1 git-r3
 
 DESCRIPTION="Python library for guessing information from video filenames"
 HOMEPAGE="https://github.com/guessit-io/guessit 
https://pypi.python.org/pypi/guessit";
-EGIT_REPO_URI=( {https,git}://github.com/${PN}-io/${PN}.git )
+EGIT_REPO_URI="https://github.com/${PN}-io/${PN}.git";
 EGIT_BRANCH="develop"
 
 LICENSE="LGPL-3"

Reply via email to