diff options
author | Travis Tilley <lv@gentoo.org> | 2004-05-13 07:52:25 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-05-13 07:52:25 +0000 |
commit | 11eb0ff7855ff3ab0f8e9d715e167b29ee486068 (patch) | |
tree | e8ee5b945b4ac16ce0097ebfe12cbe33eae8c563 /sys-devel | |
parent | Fixed the ebuild so S gets set properly, otherwise the ebuild will fail to cd... (diff) | |
download | gentoo-2-11eb0ff7855ff3ab0f8e9d715e167b29ee486068.tar.gz gentoo-2-11eb0ff7855ff3ab0f8e9d715e167b29ee486068.tar.bz2 gentoo-2-11eb0ff7855ff3ab0f8e9d715e167b29ee486068.zip |
oops. SSP is broken.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.0-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-3.4.0-r2.ebuild b/sys-devel/gcc/gcc-3.4.0-r2.ebuild index a86f1d448882..74d5f3a6fa75 100644 --- a/sys-devel/gcc/gcc-3.4.0-r2.ebuild +++ b/sys-devel/gcc/gcc-3.4.0-r2.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-3.4.0-r2.ebuild,v 1.1 2004/05/12 18:14:22 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.0-r2.ebuild,v 1.2 2004/05/13 07:52:25 lv Exp $ IUSE="static nls bootstrap java build X multilib gcj f77 objc hardened uclibc" @@ -301,6 +301,7 @@ src_unpack() { # known to be broken are going to be compiled. # Travis Tilley <lv@gentoo.org> use amd64 && use multilib && die "multilib support will not compile yet with gcc 3.4.0. re-emerge with USE=-multilib" + die "SSP is screwed up at the moment, gimme a few to fix it" local release_version="Gentoo Linux ${PVR}" |