diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-03-14 11:46:48 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-03-14 11:50:22 -0400 |
commit | e176846d458c331c2e087892c9b5aea10c85fd45 (patch) | |
tree | e389e1240bb2c89bf393db684d6df6ee5d60e815 /app-emulation | |
parent | media-fonts/liberation-fonts: Fix typo (diff) | |
download | gentoo-e176846d458c331c2e087892c9b5aea10c85fd45.tar.gz gentoo-e176846d458c331c2e087892c9b5aea10c85fd45.tar.bz2 gentoo-e176846d458c331c2e087892c9b5aea10c85fd45.zip |
Inline mirror://gnu-alpha/
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-pvgrub/xen-pvgrub-4.13.2.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/xen-pvgrub/xen-pvgrub-4.14.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.13.2.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.13.2.ebuild index 3eb5e78f04c0..2d85b41833fc 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.13.2.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.13.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ MY_PV=${PV/_/-} XEN_EXTFILES_URL="http://xenbits.xensource.com/xen-extfiles" LIBPCI_URL=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci -GRUB_URL=mirror://gnu-alpha/grub +GRUB_URL=https://alpha.gnu.org/gnu/grub UPSTREAM_VER= [[ -n ${UPSTREAM_VER} ]] && \ diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.14.1.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.14.1.ebuild index c3980e0437ec..5b25c3a3ccee 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.14.1.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ MY_PV=${PV/_/-} XEN_EXTFILES_URL="http://xenbits.xensource.com/xen-extfiles" LIBPCI_URL=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci -GRUB_URL=mirror://gnu-alpha/grub +GRUB_URL=https://alpha.gnu.org/gnu/grub UPSTREAM_VER= [[ -n ${UPSTREAM_VER} ]] && \ |