From: Michał Górny Date: Mon, 30 Sep 2019 06:48:50 +0000 (+0200) Subject: sys-apps/kexec-tools: Inline mirror://kernel X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=af35d7dca72da9bd8b10c71aa756445702facf91;p=gentoo.git sys-apps/kexec-tools: Inline mirror://kernel Signed-off-by: Michał Górny --- diff --git a/sys-apps/kexec-tools/kexec-tools-2.0.19-r1.ebuild b/sys-apps/kexec-tools/kexec-tools-2.0.19-r1.ebuild index 144667478f9f..ddde674c4c83 100644 --- a/sys-apps/kexec-tools/kexec-tools-2.0.19-r1.ebuild +++ b/sys-apps/kexec-tools/kexec-tools-2.0.19-r1.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git" else - SRC_URI="mirror://kernel/linux/utils/kernel/kexec/${P}.tar.xz" + SRC_URI="https://www.kernel.org/pub/linux/utils/kernel/kexec/${P}.tar.xz" KEYWORDS="amd64 ~arm64 ~ppc64 x86" fi diff --git a/sys-apps/kexec-tools/kexec-tools-2.0.20.ebuild b/sys-apps/kexec-tools/kexec-tools-2.0.20.ebuild index a96230eff795..6f01ce718456 100644 --- a/sys-apps/kexec-tools/kexec-tools-2.0.20.ebuild +++ b/sys-apps/kexec-tools/kexec-tools-2.0.20.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git" else - SRC_URI="mirror://kernel/linux/utils/kernel/kexec/${P/_/-}.tar.xz" + SRC_URI="https://www.kernel.org/pub/linux/utils/kernel/kexec/${P/_/-}.tar.xz" [[ "${PV}" == *_rc* ]] || \ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi diff --git a/sys-apps/kexec-tools/kexec-tools-9999.ebuild b/sys-apps/kexec-tools/kexec-tools-9999.ebuild index a96230eff795..6f01ce718456 100644 --- a/sys-apps/kexec-tools/kexec-tools-9999.ebuild +++ b/sys-apps/kexec-tools/kexec-tools-9999.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git" else - SRC_URI="mirror://kernel/linux/utils/kernel/kexec/${P/_/-}.tar.xz" + SRC_URI="https://www.kernel.org/pub/linux/utils/kernel/kexec/${P/_/-}.tar.xz" [[ "${PV}" == *_rc* ]] || \ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi