diff options
author | Nicholas Jones <carpaski@gentoo.org> | 2003-02-18 09:00:45 +0000 |
---|---|---|
committer | Nicholas Jones <carpaski@gentoo.org> | 2003-02-18 09:00:45 +0000 |
commit | 99470fa9c083d245ce67c6824c76ce0aeb80be12 (patch) | |
tree | 928e9897ffc07d95405d22e586651fab819d5079 /eclass/kde-dist.eclass | |
parent | version bump (diff) | |
download | gentoo-2-99470fa9c083d245ce67c6824c76ce0aeb80be12.tar.gz gentoo-2-99470fa9c083d245ce67c6824c76ce0aeb80be12.tar.bz2 gentoo-2-99470fa9c083d245ce67c6824c76ce0aeb80be12.zip |
If description is set... don't overwrite it...
Fixes to everything but ASPELL and KDE-SOURCE
Diffstat (limited to 'eclass/kde-dist.eclass')
-rw-r--r-- | eclass/kde-dist.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
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 <danarmak@gentoo.org> # @@ -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" |