From 99470fa9c083d245ce67c6824c76ce0aeb80be12 Mon Sep 17 00:00:00 2001 From: Nicholas Jones Date: Tue, 18 Feb 2003 09:00:45 +0000 Subject: If description is set... don't overwrite it... Fixes to everything but ASPELL and KDE-SOURCE --- eclass/kde-dist.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/kde-dist.eclass') diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass index a5e3b3e0359f..18ed6517cdee 100644 --- a/eclass/kde-dist.eclass +++ b/eclass/kde-dist.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/kde-dist.eclass,v 1.34 2003/02/16 04:26:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.35 2003/02/18 09:00:45 carpaski Exp $ # # Author Dan Armak # @@ -23,7 +23,7 @@ need-kde $PV [ "$PV" == "3.1_rc5" ] && S=${WORKDIR}/${PN}-3.1rc5 [ "$PV" == "3.1_rc6" ] && S=${WORKDIR}/${PN}-3.1rc6 -DESCRIPTION="KDE ${PV} - " +[ -z "$DESCRIPTION" ] && DESCRIPTION="KDE ${PV} - " HOMEPAGE="http://www.kde.org/" LICENSE="GPL-2" -- cgit v1.2.3-65-gdbad