diff options
author | 2004-12-07 00:14:39 +0000 | |
---|---|---|
committer | 2004-12-07 00:14:39 +0000 | |
commit | 6bdfd455969b444e788d35097cbfe77accda76de (patch) | |
tree | 442f31121276c6270da24e4514f5d429dfc6970e /sys-devel/gcc/gcc-3.3.3-r3.ebuild | |
parent | tweak the SLOT logic (diff) | |
download | gentoo-2-6bdfd455969b444e788d35097cbfe77accda76de.tar.gz gentoo-2-6bdfd455969b444e788d35097cbfe77accda76de.tar.bz2 gentoo-2-6bdfd455969b444e788d35097cbfe77accda76de.zip |
dont screw with SLOTs that dont need it
Diffstat (limited to 'sys-devel/gcc/gcc-3.3.3-r3.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.3.3-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.3.3-r3.ebuild b/sys-devel/gcc/gcc-3.3.3-r3.ebuild index 491687c246bf..3f24ce8140a4 100644 --- a/sys-devel/gcc/gcc-3.3.3-r3.ebuild +++ b/sys-devel/gcc/gcc-3.3.3-r3.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.3-r3.ebuild,v 1.21 2004/12/05 20:37:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.3-r3.ebuild,v 1.22 2004/12/07 00:14:39 vapier Exp $ inherit eutils flag-o-matic libtool versionator @@ -100,7 +100,7 @@ IUSE="static nls bootstrap java build X multilib gcj fortran objc hardened uclib # 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 |