diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2014-07-09 01:31:30 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2014-07-09 01:31:30 +0000 |
commit | 2c17bac062ad9f433a93f3ec816eeb6de39d07e6 (patch) | |
tree | 2d34b90dd3165a2ffe9f6ad1b0c8ef1061740a4d /sys-fs/zfs/zfs-9999.ebuild | |
parent | swiching to https for git ebuild (diff) | |
download | gentoo-2-2c17bac062ad9f433a93f3ec816eeb6de39d07e6.tar.gz gentoo-2-2c17bac062ad9f433a93f3ec816eeb6de39d07e6.tar.bz2 gentoo-2-2c17bac062ad9f433a93f3ec816eeb6de39d07e6.zip |
swiching to https for git ebuild
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with 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 '-') |