summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-02-28 09:15:04 +0000
committerMike Frysinger <vapier@gentoo.org>2003-02-28 09:15:04 +0000
commit5ce2e72989d284d6d084f0da8b6032312ae8f6c1 (patch)
tree1233866e3a8883e2bd27d1108bbd913e546323de /eclass/gcc.eclass
parentlittle fix (diff)
downloadhistorical-5ce2e72989d284d6d084f0da8b6032312ae8f6c1.tar.gz
historical-5ce2e72989d284d6d084f0da8b6032312ae8f6c1.tar.bz2
historical-5ce2e72989d284d6d084f0da8b6032312ae8f6c1.zip
unfix earlier fixes
Diffstat (limited to 'eclass/gcc.eclass')
-rw-r--r--eclass/gcc.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/gcc.eclass b/eclass/gcc.eclass
index 332aab0033a2..7b73d69c2a98 100644
--- a/eclass/gcc.eclass
+++ b/eclass/gcc.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gcc.eclass,v 1.11 2003/02/18 09:00:45 carpaski Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gcc.eclass,v 1.12 2003/02/28 09:15:04 vapier Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -11,8 +11,7 @@ INHERITED="$INHERITED $ECLASS"
newdepend sys-devel/gcc
-[ -z "$DESCRIPTION" ] && DESCRIPTION="Based on the ${ECLASS} eclass"
-
+DESCRIPTION="Based on the ${ECLASS} eclass"
# NOTE: To force gcc3 if multi ver install, do: export WANT_GCC_3="yes"
[ -z "${WANT_GCC_3}" ] && export WANT_GCC_3="no"