diff options
author | 2014-07-09 01:31:41 +0000 | |
---|---|---|
committer | 2014-07-09 01:31:41 +0000 | |
commit | bed46c381489f85228e00c140ef0220cac832107 (patch) | |
tree | faa4937fb529b8682258476da97c6278d61f76ff /sys-fs/zfs/zfs-9999.ebuild | |
parent | swiching to https for git ebuild (diff) | |
download | historical-bed46c381489f85228e00c140ef0220cac832107.tar.gz historical-bed46c381489f85228e00c140ef0220cac832107.tar.bz2 historical-bed46c381489f85228e00c140ef0220cac832107.zip |
swiching to https for git ebuild
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0x2471EB3E40AC5AC3
Diffstat (limited to 'sys-fs/zfs/zfs-9999.ebuild')
-rw-r--r-- | sys-fs/zfs/zfs-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index b991dec63880..f88c00a92497 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.52 2014/06/14 16:02:48 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.53 2014/07/09 01:31:30 prometheanfire Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) @@ -13,7 +13,7 @@ AUTOTOOLS_IN_SOURCE_BUILD="1" if [ ${PV} == "9999" ] ; then inherit git-2 linux-mod - EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git" + EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git" else inherit eutils versionator MY_PV=$(replace_version_separator 3 '-') |