summaryrefslogtreecommitdiff
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
commit53182030f13e4507913d003139b39f6a8e47fba6 (patch)
treed6235023cad8e817029532e93e39126ed369e1d1 /eclass/vim-spell.eclass
parentAdded German longdescription. (diff)
downloadgentoo-2-53182030f13e4507913d003139b39f6a8e47fba6.tar.gz
gentoo-2-53182030f13e4507913d003139b39f6a8e47fba6.tar.bz2
gentoo-2-53182030f13e4507913d003139b39f6a8e47fba6.zip
always set a description to avoid problems with eutils
Diffstat (limited to 'eclass/vim-spell.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/"