sys-apps/paludis: Switch to proper git:// transport
authorMichał Górny <mgorny@gentoo.org>
Sun, 18 Dec 2016 17:27:39 +0000 (18:27 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 18 Dec 2016 17:36:49 +0000 (18:36 +0100)
Switch to git:// since https:// is using the dumb transport,
and therefore is not full-featured.

sys-apps/paludis/paludis-9999.ebuild

index 7960b5e2e55edacfc105746aa98ee93b427319c7..6d61c73df578db4ba6eb6460eb5ba61a4d64523c 100644 (file)
@@ -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