diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-12-18 18:27:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-12-18 18:36:49 +0100 |
commit | 3523e4f6809654b7ac2e9e80152531ab962d598c (patch) | |
tree | 07cbc38cd2e155d23f5e1415339fd75369dba13a /sys-apps/paludis | |
parent | sys-apps/systemd: depend on >=sys-apps/dbus-1.9.8 (diff) | |
download | gentoo-3523e4f6809654b7ac2e9e80152531ab962d598c.tar.gz gentoo-3523e4f6809654b7ac2e9e80152531ab962d598c.tar.bz2 gentoo-3523e4f6809654b7ac2e9e80152531ab962d598c.zip |
sys-apps/paludis: Switch to proper git:// transport
Switch to git:// since https:// is using the dumb transport,
and therefore is not full-featured.
Diffstat (limited to 'sys-apps/paludis')
-rw-r--r-- | sys-apps/paludis/paludis-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/paludis/paludis-9999.ebuild b/sys-apps/paludis/paludis-9999.ebuild index 7960b5e2e55e..6d61c73df578 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 |