summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-08-25 13:55:48 +0000
committerMike Frysinger <vapier@gentoo.org>2004-08-25 13:55:48 +0000
commitb54408a92ddccbb973d70d0e96ef56424133bee7 (patch)
treeef6148450e0b036d3bd5d3094d079cb0f4234c13 /sys-devel/gcc/gcc-3.3.2-r7.ebuild
parentRemove old version, move to stable. (diff)
downloadhistorical-b54408a92ddccbb973d70d0e96ef56424133bee7.tar.gz
historical-b54408a92ddccbb973d70d0e96ef56424133bee7.tar.bz2
historical-b54408a92ddccbb973d70d0e96ef56424133bee7.zip
goodbye $COMPILER
Diffstat (limited to 'sys-devel/gcc/gcc-3.3.2-r7.ebuild')
-rw-r--r--sys-devel/gcc/gcc-3.3.2-r7.ebuild4
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 4dec4f10b089..62b88070b93b 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.10 2004/07/02 09:32:03 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.2-r7.ebuild,v 1.11 2004/08/25 13:55:48 vapier Exp $
IUSE="static nls bootstrap java build X multilib gcj"
@@ -703,7 +703,7 @@ pkg_postinst() {
else
export LD_LIBRARY_PATH="${LIBPATH}:${LD_LIBRARY_PATH}"
fi
- if [ "${ROOT}" = "/" -a "${COMPILER}" = "gcc3" -a "${CHOST}" = "${CCHOST}" ]
+ if [ "${ROOT}" = "/" -a "${CHOST}" = "${CCHOST}" ]
then
gcc-config --use-portage-chost ${CCHOST}-${MY_PV_FULL}
fi