diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 20:59:37 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:15:50 +0200 |
commit | 138567f84cfa0149dcba67e36b3417a6ce3b6327 (patch) | |
tree | d73eeeb9f96565acc7badd96da9bb59d2a5c0eb6 /sys-kernel | |
parent | sys-kernel/zen-sources: use HTTPS for GitHub (diff) | |
download | gentoo-138567f84cfa0149dcba67e36b3417a6ce3b6327.tar.gz gentoo-138567f84cfa0149dcba67e36b3417a6ce3b6327.tar.bz2 gentoo-138567f84cfa0149dcba67e36b3417a6ce3b6327.zip |
sys-kernel/spl: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/spl/spl-0.6.0_rc13-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-kernel/spl/spl-0.6.0_rc14-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-kernel/spl/spl-0.6.1-r3.ebuild | 4 | ||||
-rw-r--r-- | 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 1ea3b30d3346..0f727fa171fa 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 9d093ff0d733..c18cad215004 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 6f94625af4f7..cae6622f754d 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 5f5395cb2c55..5a152da27c55 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 '-') |