summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Jones <carpaski@gentoo.org>2003-02-22 08:36:54 +0000
committerNicholas Jones <carpaski@gentoo.org>2003-02-22 08:36:54 +0000
commit02708b5fbbea5fd76fcd77654f879e2b5ced8abf (patch)
tree775e31a00310bdb5823249269836a0a799a923e1 /eclass/kde-i18n.eclass
parentChangeLog entry (diff)
downloadhistorical-02708b5fbbea5fd76fcd77654f879e2b5ced8abf.tar.gz
historical-02708b5fbbea5fd76fcd77654f879e2b5ced8abf.tar.bz2
historical-02708b5fbbea5fd76fcd77654f879e2b5ced8abf.zip
This class is intended to be the entire ebuild... so it should force
the description var.
Diffstat (limited to 'eclass/kde-i18n.eclass')
-rw-r--r--eclass/kde-i18n.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde-i18n.eclass b/eclass/kde-i18n.eclass
index 28f62b5ca2d9..a62704c7fa97 100644
--- a/eclass/kde-i18n.eclass
+++ b/eclass/kde-i18n.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-i18n.eclass,v 1.43 2003/02/18 09:00:45 carpaski Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-i18n.eclass,v 1.44 2003/02/22 08:36:54 carpaski Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
@@ -9,7 +9,7 @@ ECLASS=kde-i18n
INHERITED="$INHERITED $ECLASS"
S=${WORKDIR}/${PN}
-[ -z "$DESCRIPTION" ] && DESCRIPTION="KDE ${PV} - i18n: ${PN}"
+DESCRIPTION="KDE ${PV} - i18n: ${PN}"
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2"