diff options
Diffstat (limited to 'dev-lang/gnat-gcc/gnat-gcc-4.2.0.ebuild')
-rw-r--r-- | dev-lang/gnat-gcc/gnat-gcc-4.2.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.2.0.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.2.0.ebuild index 8b1988d8780f..64e152e6de99 100644 --- a/dev-lang/gnat-gcc/gnat-gcc-4.2.0.ebuild +++ b/dev-lang/gnat-gcc/gnat-gcc-4.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.2.0.ebuild,v 1.1 2007/05/18 16:25:53 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.2.0.ebuild,v 1.2 2007/05/28 19:21:12 george Exp $ inherit gnatbuild @@ -15,9 +15,9 @@ BOOT_SLOT="4.1" # so the URI's are static. SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/gcc-${PV}/gcc-core-${PV}.tar.bz2 ftp://gcc.gnu.org/pub/gcc/releases/gcc-${PV}/gcc-ada-${PV}.tar.bz2 - ppc? ( http://mirrors/gentoo/gnatboot-${BOOT_SLOT}-ppc.tar.bz2 ) - x86? ( http://mirrors/gentoo/gnatboot-${BOOT_SLOT}-i386.tar.bz2 ) - amd64? ( http://mirrors/gentoo/gnatboot-${BOOT_SLOT}-amd64.tar.bz2 )" + ppc? ( mirror://gentoo/gnatboot-${BOOT_SLOT}-ppc.tar.bz2 ) + x86? ( mirror://gentoo/gnatboot-${BOOT_SLOT}-i386.tar.bz2 ) + amd64? ( mirror://gentoo/gnatboot-${BOOT_SLOT}-amd64.tar.bz2 )" KEYWORDS="~amd64 ~ppc ~x86" |