summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2014-07-09 01:29:39 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2014-07-09 01:29:39 +0000
commit95176506c3ad18be545a55fc582a8b8156619d1b (patch)
treef92586a03cc33f9e89b05ff5bf0a7653a3846889 /sys-fs/zfs-kmod
parentswiching to https for git ebuild (diff)
downloadgentoo-2-95176506c3ad18be545a55fc582a8b8156619d1b.tar.gz
gentoo-2-95176506c3ad18be545a55fc582a8b8156619d1b.tar.bz2
gentoo-2-95176506c3ad18be545a55fc582a8b8156619d1b.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-kmod')
-rw-r--r--sys-fs/zfs-kmod/ChangeLog5
-rw-r--r--sys-fs/zfs-kmod/zfs-kmod-9999.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/zfs-kmod/ChangeLog b/sys-fs/zfs-kmod/ChangeLog
index 4f8c4aee99bd..0c40ea559ac1 100644
--- a/sys-fs/zfs-kmod/ChangeLog
+++ b/sys-fs/zfs-kmod/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/zfs-kmod
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.49 2014/06/20 16:44:37 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.50 2014/07/09 01:29:39 prometheanfire Exp $
+
+ 09 Jul 2014; Matthew Thode <prometheanfire@gentoo.org> zfs-kmod-9999.ebuild:
+ swiching to https for git ebuild
20 Jun 2014; Richard Yao <ryao@gentoo.org> zfs-kmod-9999.ebuild:
Disallow CONFIG_DEBUG_INFO_REDUCED when USE=debug is set
diff --git a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild
index c6e850840216..fe9291daa170 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-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-kmod/zfs-kmod-9999.ebuild,v 1.23 2014/06/20 16:44:37 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.24 2014/07/09 01:29:39 prometheanfire Exp $
EAPI="4"
@@ -13,7 +13,7 @@ inherit bash-completion-r1 flag-o-matic linux-info linux-mod toolchain-funcs aut
if [ ${PV} == "9999" ] ; then
inherit git-2
MY_PV=9999
- EGIT_REPO_URI="git://github.com/zfsonlinux/zfs.git"
+ EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git"
else
inherit eutils versionator
MY_PV=$(replace_version_separator 3 '-')