diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-01-09 08:56:08 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-01-09 08:56:08 +0000 |
commit | f974bdce9c0c06c720287e873f73ddaa57fb223c (patch) | |
tree | 0a6e0564c3a325dbf3e9dbb8a01530d6b28ae0d1 /sys-devel | |
parent | unmasked gcc-2.95.3-r8 for gentoo 1.0 (diff) | |
download | gentoo-2-f974bdce9c0c06c720287e873f73ddaa57fb223c.tar.gz gentoo-2-f974bdce9c0c06c720287e873f73ddaa57fb223c.tar.bz2 gentoo-2-f974bdce9c0c06c720287e873f73ddaa57fb223c.zip |
2.95.3-r8 stable for x86
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-2.95.3-r8.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys-devel/gcc/gcc-2.95.3-r8.ebuild b/sys-devel/gcc/gcc-2.95.3-r8.ebuild index c043e4ab7c5e..7d7cc6377bc9 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-2002 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.11 2003/01/09 00:38:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3-r8.ebuild,v 1.12 2003/01/09 08:56:08 seemant Exp $ IUSE="static nls bootstrap java build" @@ -83,14 +83,6 @@ RDEPEND="virtual/glibc # Hack used to patch Makefiles to install into the build dir FAKE_ROOT="" -pkg_setup() { - echo - eerror "This is a very alpha ebuild and changes in here" - eerror "are not yet set in stone! Please do NOT merge" - eerror "this if you are not a developer!" -# die -} - src_unpack() { unpack ${P}.tar.gz |