diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-07 23:19:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-07 23:19:44 +0000 |
commit | 9893f2ef6162225a99ef5214b8c4e34e98568396 (patch) | |
tree | 32b78825038487b264b905c74463c6927528e610 /sys-devel/gcc/gcc-2.95.3-r8.ebuild | |
parent | old (diff) | |
download | historical-9893f2ef6162225a99ef5214b8c4e34e98568396.tar.gz historical-9893f2ef6162225a99ef5214b8c4e34e98568396.tar.bz2 historical-9893f2ef6162225a99ef5214b8c4e34e98568396.zip |
move gcc-2.x patches into subdir
Diffstat (limited to 'sys-devel/gcc/gcc-2.95.3-r8.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-2.95.3-r8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-2.95.3-r8.ebuild b/sys-devel/gcc/gcc-2.95.3-r8.ebuild index 1034d60e3889..83e766dffd50 100644 --- a/sys-devel/gcc/gcc-2.95.3-r8.ebuild +++ b/sys-devel/gcc/gcc-2.95.3-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3-r8.ebuild,v 1.26 2004/04/22 02:38:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3-r8.ebuild,v 1.27 2004/06/07 23:19:44 vapier Exp $ inherit eutils flag-o-matic gcc @@ -108,9 +108,9 @@ src_unpack() { # Azarah - 30 Jun 2002 # if ! use alpha ; then - epatch ${FILESDIR}/${P}-new-atexit.diff + epatch ${FILESDIR}/${PV}/${P}-new-atexit.diff else - epatch ${FILESDIR}/${P}-alpha.diff + epatch ${FILESDIR}/${PV}/${P}-alpha.diff fi # Currently if any path is changed via the configure script, it breaks |