From 2808b4a2007dd43c509be58f96fb0ef614505bb6 Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sat, 29 Jul 2017 19:52:09 +1000 Subject: [PATCH] dev-python/pyxattr: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- dev-python/pyxattr/pyxattr-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/pyxattr/pyxattr-9999.ebuild b/dev-python/pyxattr/pyxattr-9999.ebuild index 1ff43687625ad..4d14a6c4e273a 100644 --- a/dev-python/pyxattr/pyxattr-9999.ebuild +++ b/dev-python/pyxattr/pyxattr-9999.ebuild @@ -10,9 +10,7 @@ inherit distutils-r1 eutils git-r3 DESCRIPTION="Python interface to xattr" HOMEPAGE="http://pyxattr.k1024.org/" SRC_URI="" -EGIT_REPO_URI=" - https://github.com/iustin/${PN}.git - git://github.com/iustin/${PN}.git" +EGIT_REPO_URI="https://github.com/iustin/${PN}.git" LICENSE="LGPL-2.1" SLOT="0"