diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-07 00:14:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-07 00:14:39 +0000 |
commit | 194899e9c139c206669b1ca619f3d516f1679358 (patch) | |
tree | 7318d9606ed8839d30fa416f2b621c91bbd86ff3 /sys-devel/gcc/gcc-3.3.2-r7.ebuild | |
parent | tweak the SLOT logic (diff) | |
download | historical-194899e9c139c206669b1ca619f3d516f1679358.tar.gz historical-194899e9c139c206669b1ca619f3d516f1679358.tar.bz2 historical-194899e9c139c206669b1ca619f3d516f1679358.zip |
dont screw with SLOTs that dont need it
Diffstat (limited to 'sys-devel/gcc/gcc-3.3.2-r7.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.3.2-r7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.3.2-r7.ebuild b/sys-devel/gcc/gcc-3.3.2-r7.ebuild index c02164b558b2..bfc5d0c9e563 100644 --- a/sys-devel/gcc/gcc-3.3.2-r7.ebuild +++ b/sys-devel/gcc/gcc-3.3.2-r7.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.3.2-r7.ebuild,v 1.14 2004/12/05 20:37:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.2-r7.ebuild,v 1.15 2004/12/07 00:14:39 vapier Exp $ IUSE="static nls bootstrap java build X multilib gcj" @@ -107,7 +107,7 @@ KEYWORDS="~x86 ~mips ~sparc ~amd64 -hppa ~alpha ~ia64 ~ppc64" # are not cross compiling, than we want SLOT to only contain # $PV, as people upgrading to new gcc layout will not have # their old gcc unmerged ... -SLOT="${CTARGET:-${CHOST}}-3.3" +SLOT="3.3" # We need the later binutils for support of the new cleanup attribute. # 'make check' fails for about 10 tests (if I remember correctly) less |