commit:     138567f84cfa0149dcba67e36b3417a6ce3b6327
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 10:59:37 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:15:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138567f8

sys-kernel/spl: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-kernel/spl/spl-0.6.0_rc13-r2.ebuild | 4 ++--
 sys-kernel/spl/spl-0.6.0_rc14-r3.ebuild | 4 ++--
 sys-kernel/spl/spl-0.6.1-r3.ebuild      | 4 ++--
 sys-kernel/spl/spl-0.6.2-r5.ebuild      | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sys-kernel/spl/spl-0.6.0_rc13-r2.ebuild 
b/sys-kernel/spl/spl-0.6.0_rc13-r2.ebuild
index 1ea3b30d334..0f727fa171f 100644
--- a/sys-kernel/spl/spl-0.6.0_rc13-r2.ebuild
+++ b/sys-kernel/spl/spl-0.6.0_rc13-r2.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="4"
@@ -8,7 +8,7 @@ inherit flag-o-matic linux-info linux-mod autotools-utils
 
 if [[ ${PV} == "9999" ]] ; then
        inherit git-2
-       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 '-')

diff --git a/sys-kernel/spl/spl-0.6.0_rc14-r3.ebuild 
b/sys-kernel/spl/spl-0.6.0_rc14-r3.ebuild
index 9d093ff0d73..c18cad21500 100644
--- a/sys-kernel/spl/spl-0.6.0_rc14-r3.ebuild
+++ b/sys-kernel/spl/spl-0.6.0_rc14-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="4"
@@ -8,7 +8,7 @@ inherit flag-o-matic linux-info linux-mod autotools-utils
 
 if [[ ${PV} == "9999" ]] ; then
        inherit git-2
-       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 '-')

diff --git a/sys-kernel/spl/spl-0.6.1-r3.ebuild 
b/sys-kernel/spl/spl-0.6.1-r3.ebuild
index 6f94625af4f..cae6622f754 100644
--- a/sys-kernel/spl/spl-0.6.1-r3.ebuild
+++ b/sys-kernel/spl/spl-0.6.1-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="4"
@@ -8,7 +8,7 @@ inherit flag-o-matic linux-info linux-mod autotools-utils
 
 if [[ ${PV} == "9999" ]] ; then
        inherit git-2
-       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 '-')

diff --git a/sys-kernel/spl/spl-0.6.2-r5.ebuild 
b/sys-kernel/spl/spl-0.6.2-r5.ebuild
index 5f5395cb2c5..5a152da27c5 100644
--- a/sys-kernel/spl/spl-0.6.2-r5.ebuild
+++ b/sys-kernel/spl/spl-0.6.2-r5.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="4"
@@ -8,7 +8,7 @@ inherit flag-o-matic linux-info linux-mod autotools-utils
 
 if [[ ${PV} == "9999" ]] ; then
        inherit git-2
-       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 '-')

Reply via email to