diff options
Diffstat (limited to 'sys-fs/zfs/zfs-0.6.5.3-r3.ebuild')
-rw-r--r-- | sys-fs/zfs/zfs-0.6.5.3-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/zfs/zfs-0.6.5.3-r3.ebuild b/sys-fs/zfs/zfs-0.6.5.3-r3.ebuild index 9a201e79a77e..5738ad4a5d9e 100644 --- a/sys-fs/zfs/zfs-0.6.5.3-r3.ebuild +++ b/sys-fs/zfs/zfs-0.6.5.3-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -11,7 +11,7 @@ AUTOTOOLS_IN_SOURCE_BUILD="1" 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 https://dev.gentoo.org/~ryao/dist/${P}-patches-p2.tar.xz" |