summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-09-28 23:19:10 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-09-28 23:19:10 +0000
commit19049f0fc883759b2aaab88f4f2ab0b9c584b7bb (patch)
tree800f2ab28b904fed482b76e3db0b6d89696b857b /eclass
parentAdded German longdescription. (diff)
downloadhistorical-19049f0fc883759b2aaab88f4f2ab0b9c584b7bb.tar.gz
historical-19049f0fc883759b2aaab88f4f2ab0b9c584b7bb.tar.bz2
historical-19049f0fc883759b2aaab88f4f2ab0b9c584b7bb.zip
always set a description to avoid problems with eutils
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vim-spell.eclass6
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/vim-spell.eclass b/eclass/vim-spell.eclass
index 7448ea2e2f27..76436364dedf 100644
--- a/eclass/vim-spell.eclass
+++ b/eclass/vim-spell.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vim-spell.eclass,v 1.3 2005/09/28 19:59:46 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim-spell.eclass,v 1.4 2005/09/28 23:19:10 ciaranm Exp $
#
# Original Author: Ciaran McCreesh <ciaranm@gentoo.org>
@@ -70,9 +70,7 @@ if [[ -z "${VIM_SPELL_CODE}" ]] ; then
VIM_SPELL_CODE="${PN/vim-spell-/}"
fi
-if [[ -z "${DESCRIPTION}" ]] ; then
- DESCRIPTION="vim spell files: ${VIM_SPELL_LANGUAGE} (${VIM_SPELL_CODE})"
-fi
+DESCRIPTION="vim spell files: ${VIM_SPELL_LANGUAGE} (${VIM_SPELL_CODE})"
if [[ -z "${HOMEPAGE}" ]] ; then
HOMEPAGE="http://www.vim.org/"