commit:     3523e4f6809654b7ac2e9e80152531ab962d598c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 17:27:39 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 17:36:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3523e4f6

sys-apps/paludis: Switch to proper git:// transport

Switch to git:// since https:// is using the dumb transport,
and therefore is not full-featured.

 sys-apps/paludis/paludis-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-apps/paludis/paludis-9999.ebuild 
b/sys-apps/paludis/paludis-9999.ebuild
index 7960b5e..6d61c73 100644
--- a/sys-apps/paludis/paludis-9999.ebuild
+++ b/sys-apps/paludis/paludis-9999.ebuild
@@ -4,7 +4,9 @@
 
 EAPI=6
 
-EGIT_REPO_URI='https://git.exherbo.org/paludis/paludis.git'
+# git:// first because https:// uses the dumb transport
+EGIT_REPO_URI="git://git.exherbo.org/paludis/paludis.git
+       https://git.exherbo.org/paludis/paludis.git";
 PYTHON_COMPAT=( python2_7 )
 RUBY_VER=2.3
 

Reply via email to