diff options
author | Yixun Lan <dlan@gentoo.org> | 2017-07-12 16:36:58 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2017-07-12 16:37:45 +0800 |
commit | f7c4049a34547c0151e8a0a133953321088e089f (patch) | |
tree | 3a44a598f1f7ae1f0751dcc48cb42ea16df932a1 /app-emulation/xen-pvgrub | |
parent | dev-util/dialog: ia64 stable, bug #617162 (diff) | |
download | gentoo-f7c4049a34547c0151e8a0a133953321088e089f.tar.gz gentoo-f7c4049a34547c0151e8a0a133953321088e089f.tar.bz2 gentoo-f7c4049a34547c0151e8a0a133953321088e089f.zip |
app-emulation/xen-pvgrub: fix the SRC_URI
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-emulation/xen-pvgrub')
-rw-r--r-- | app-emulation/xen-pvgrub/xen-pvgrub-4.7.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.7.3.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.7.3.ebuild index bf93403c340d..7b0f760e3a88 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.7.3.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.7.3.ebuild @@ -17,7 +17,7 @@ UPSTREAM_VER= UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz" SRC_URI=" - http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz + https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz $GRUB_URL/grub-0.97.tar.gz $XEN_EXTFILES_URL/zlib-1.2.3.tar.gz $LIBPCI_URL/pciutils-2.2.9.tar.bz2 |