diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-27 04:56:25 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-05-18 11:59:12 -0400 |
commit | 987a9dc6fb497854129af9dd53dbad878c1a8ff1 (patch) | |
tree | e7ecaa46c6aaa52ebf9a457948560dfcdb4b43da /sys-apps/kmod | |
parent | sys-apps/iproute2: git-2->git-r3, git://->https:// (diff) | |
download | gentoo-987a9dc6fb497854129af9dd53dbad878c1a8ff1.tar.gz gentoo-987a9dc6fb497854129af9dd53dbad878c1a8ff1.tar.bz2 gentoo-987a9dc6fb497854129af9dd53dbad878c1a8ff1.zip |
sys-apps/kmod: git-2->git-r3, git://->https://
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'sys-apps/kmod')
-rw-r--r-- | sys-apps/kmod/kmod-24.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/kmod/kmod-25.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/kmod/kmod-9999.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/kmod/kmod-24.ebuild b/sys-apps/kmod/kmod-24.ebuild index 90a239400cdf..0b52031780bd 100644 --- a/sys-apps/kmod/kmod-24.ebuild +++ b/sys-apps/kmod/kmod-24.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit bash-completion-r1 eutils multilib python-r1 if [[ ${PV} == 9999* ]]; then - EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/kernel/${PN}/${PN}.git" - inherit autotools git-2 + EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/kernel/${PN}/${PN}.git" + inherit autotools git-r3 else SRC_URI="mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" diff --git a/sys-apps/kmod/kmod-25.ebuild b/sys-apps/kmod/kmod-25.ebuild index 1ffba7ee85cc..29f71548f2a9 100644 --- a/sys-apps/kmod/kmod-25.ebuild +++ b/sys-apps/kmod/kmod-25.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit bash-completion-r1 ltprune multilib python-r1 if [[ ${PV} == 9999* ]]; then - EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/kernel/${PN}/${PN}.git" + EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/kernel/${PN}/${PN}.git" inherit autotools git-r3 else SRC_URI="mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz" diff --git a/sys-apps/kmod/kmod-9999.ebuild b/sys-apps/kmod/kmod-9999.ebuild index 1ffba7ee85cc..29f71548f2a9 100644 --- a/sys-apps/kmod/kmod-9999.ebuild +++ b/sys-apps/kmod/kmod-9999.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit bash-completion-r1 ltprune multilib python-r1 if [[ ${PV} == 9999* ]]; then - EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/kernel/${PN}/${PN}.git" + EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/kernel/${PN}/${PN}.git" inherit autotools git-r3 else SRC_URI="mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz" |