projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52c8ee0
)
sys-fs/zfs: fix git url to be https to get past firewalls
author
Matthew Thode
<prometheanfire@gentoo.org>
Fri, 15 Apr 2016 18:58:41 +0000
(13:58 -0500)
committer
Matthew Thode
<prometheanfire@gentoo.org>
Fri, 15 Apr 2016 18:59:03 +0000
(13:59 -0500)
Package-Manager: portage-2.2.26
sys-fs/zfs/zfs-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-fs/zfs/zfs-9999.ebuild
b/sys-fs/zfs/zfs-9999.ebuild
index ecfe2e08e7ab844a375e49e34f1c8db76d2b9a66..11f06374510595876687f87d8f34d2fa207c89d9 100644
(file)
--- 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"