summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2014-07-09 01:31:30 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2014-07-09 01:31:30 +0000
commit2c17bac062ad9f433a93f3ec816eeb6de39d07e6 (patch)
tree2d34b90dd3165a2ffe9f6ad1b0c8ef1061740a4d /sys-fs
parentswiching to https for git ebuild (diff)
downloadgentoo-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')
-rw-r--r--sys-fs/zfs/ChangeLog5
-rw-r--r--sys-fs/zfs/zfs-9999.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/zfs/ChangeLog b/sys-fs/zfs/ChangeLog
index e8d5c3955cf3..d38b0765f833 100644
--- a/sys-fs/zfs/ChangeLog
+++ b/sys-fs/zfs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/zfs
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.83 2014/06/14 16:02:48 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.84 2014/07/09 01:31:30 prometheanfire Exp $
+
+ 09 Jul 2014; Matthew Thode <prometheanfire@gentoo.org> zfs-9999.ebuild:
+ swiching to https for git ebuild
14 Jun 2014; Richard Yao <ryao@gentoo.org> zfs-9999.ebuild:
Remove selinux USE flag from 9999 ebuild
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 '-')