From 7b3232117cc364113ed450d8add7a05d125e6cf3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 28 Feb 2003 09:15:04 +0000 Subject: unfix earlier fixes --- eclass/gnuconfig.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/gnuconfig.eclass') diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass index 7a810d6629e0..bb0b681ddcbf 100644 --- a/eclass/gnuconfig.eclass +++ b/eclass/gnuconfig.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/gnuconfig.eclass,v 1.5 2003/02/18 09:00:45 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.6 2003/02/28 09:15:04 vapier Exp $ # # Author: Will Woods # @@ -12,7 +12,7 @@ INHERITED="$INHERITED $ECLASS" newdepend sys-devel/automake -[ -z "$DESCRIPTION" ] && DESCRIPTION="Based on the ${ECLASS} eclass" +DESCRIPTION="Based on the ${ECLASS} eclass" # Copy the newest available config.{guess|sub} on the system over any old # ones in the source dir -- cgit v1.2.3-65-gdbad