diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-07 04:13:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-07 04:13:33 +0000 |
commit | 54d7b636188a5aeb5689c7b9303dfca3770bffe9 (patch) | |
tree | 30dd4f2a167dbbc58b411814534424f5a4a6d747 /sys-devel/gcc/gcc-3.2.3-r4.ebuild | |
parent | add mirror://gentoo to SRC_URI list (diff) | |
download | historical-54d7b636188a5aeb5689c7b9303dfca3770bffe9.tar.gz historical-54d7b636188a5aeb5689c7b9303dfca3770bffe9.tar.bz2 historical-54d7b636188a5aeb5689c7b9303dfca3770bffe9.zip |
need mirror://gentoo for older files #67498
Diffstat (limited to 'sys-devel/gcc/gcc-3.2.3-r4.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.2.3-r4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-3.2.3-r4.ebuild b/sys-devel/gcc/gcc-3.2.3-r4.ebuild index 81c7ce6130ad..40d72f3e5912 100644 --- a/sys-devel/gcc/gcc-3.2.3-r4.ebuild +++ b/sys-devel/gcc/gcc-3.2.3-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.3-r4.ebuild,v 1.13 2004/12/07 00:14:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.3-r4.ebuild,v 1.14 2004/12/07 04:13:33 vapier Exp $ inherit eutils flag-o-matic libtool versionator @@ -87,6 +87,7 @@ else SRC_URI="ftp://sources.redhat.com/pub/gcc/snapshots/${SNAPSHOT}/gcc-${SNAPSHOT//-}.tar.bz2" fi SRC_URI="${SRC_URI} + mirror://gentoo/protector-${PP_VER2}.tar.gz http://www.research.ibm.com/trl/projects/security/ssp/gcc${PP_VER1}/protector-${PP_VER2}.tar.gz mirror://gentoo/${P}-manpages.tar.bz2 mirror://gentoo/${P}-tls-update.patch.bz2" |