From af35d7dca72da9bd8b10c71aa756445702facf91 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 30 Sep 2019 08:48:50 +0200 Subject: sys-apps/kexec-tools: Inline mirror://kernel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-apps/kexec-tools/kexec-tools-2.0.19-r1.ebuild | 2 +- sys-apps/kexec-tools/kexec-tools-2.0.20.ebuild | 2 +- sys-apps/kexec-tools/kexec-tools-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- cgit v1.2.3-65-gdbad