summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-04-15 13:58:41 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2016-04-15 13:59:03 -0500
commit1f21299938e61818bd51c179138180783712e00d (patch)
tree24380aab70ccd0196cdcfc4a6a28fc5c8c7ec6e5 /sys-fs
parentsys-cluster/nova: bup (diff)
downloadgentoo-1f21299938e61818bd51c179138180783712e00d.tar.gz
gentoo-1f21299938e61818bd51c179138180783712e00d.tar.bz2
gentoo-1f21299938e61818bd51c179138180783712e00d.zip
sys-fs/zfs: fix git url to be https to get past firewalls
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/zfs/zfs-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild
index ecfe2e08e7ab..11f063745105 100644
--- a/sys-fs/zfs/zfs-9999.ebuild
+++ b/sys-fs/zfs/zfs-9999.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
if [ ${PV} == "9999" ] ; then
inherit git-r3 linux-mod
AUTOTOOLS_AUTORECONF="1"
- EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+ EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
else
SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64"