projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3440099
)
sys-apps/paludis: Switch to proper git:// transport
author
Michał Górny
<mgorny@gentoo.org>
Sun, 18 Dec 2016 17:27:39 +0000
(18:27 +0100)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/sys-apps/paludis/paludis-9999.ebuild
b/sys-apps/paludis/paludis-9999.ebuild
index 7960b5e2e55edacfc105746aa98ee93b427319c7..6d61c73df578db4ba6eb6460eb5ba61a4d64523c 100644
(file)
--- 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