diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-02-29 23:09:30 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-02-29 23:09:30 +0000 |
commit | fd2c5e5302ef097fee3273e442ff27cb9ed52cfa (patch) | |
tree | c97c094629004c17e023356e719de0013cef325b /sys-boot/grub/grub-0.97-r5.ebuild | |
parent | Add gnu-alpha mirrors. (diff) | |
download | gentoo-2-fd2c5e5302ef097fee3273e442ff27cb9ed52cfa.tar.gz gentoo-2-fd2c5e5302ef097fee3273e442ff27cb9ed52cfa.tar.bz2 gentoo-2-fd2c5e5302ef097fee3273e442ff27cb9ed52cfa.zip |
Use mirror://gnu-alpha.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot/grub/grub-0.97-r5.ebuild')
-rw-r--r-- | sys-boot/grub/grub-0.97-r5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-boot/grub/grub-0.97-r5.ebuild b/sys-boot/grub/grub-0.97-r5.ebuild index 1b4db1f825e3..f681cd67c690 100644 --- a/sys-boot/grub/grub-0.97-r5.ebuild +++ b/sys-boot/grub/grub-0.97-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild,v 1.13 2011/04/10 14:34:42 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild,v 1.14 2012/02/29 23:09:30 floppym Exp $ # XXX: we need to review menu.lst vs grub.conf handling. We've been converting # all systems to grub.conf (and symlinking menu.lst to grub.conf), but @@ -13,7 +13,7 @@ PATCHVER="1.7" DESCRIPTION="GNU GRUB Legacy boot loader" HOMEPAGE="http://www.gnu.org/software/grub/" SRC_URI="mirror://gentoo/${P}.tar.gz - ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.gz + mirror://gnu-alpha/${PN}/${P}.tar.gz mirror://gentoo/splash.xpm.gz mirror://gentoo/${P}-patches-${PATCHVER}.tar.bz2" |