summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-02-28 09:15:04 +0000
committerMike Frysinger <vapier@gentoo.org>2003-02-28 09:15:04 +0000
commit7b3232117cc364113ed450d8add7a05d125e6cf3 (patch)
treefe01bd162af7e5dbbaae2f281d5ac26b7c11f9d5 /eclass/nsplugins.eclass
parentlittle fix (diff)
downloadgentoo-2-7b3232117cc364113ed450d8add7a05d125e6cf3.tar.gz
gentoo-2-7b3232117cc364113ed450d8add7a05d125e6cf3.tar.bz2
gentoo-2-7b3232117cc364113ed450d8add7a05d125e6cf3.zip
unfix earlier fixes
Diffstat (limited to 'eclass/nsplugins.eclass')
-rw-r--r--eclass/nsplugins.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/nsplugins.eclass b/eclass/nsplugins.eclass
index afeebe4af7f7..39a800f15248 100644
--- a/eclass/nsplugins.eclass
+++ b/eclass/nsplugins.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/nsplugins.eclass,v 1.9 2003/02/18 09:00:45 carpaski Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/nsplugins.eclass,v 1.10 2003/02/28 09:15:04 vapier Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -9,7 +9,7 @@
ECLASS=nsplugins
INHERITED="$INHERITED $ECLASS"
-[ -z "$DESCRIPTION" ] && DESCRIPTION="Based on the ${ECLASS} eclass"
+DESCRIPTION="Based on the ${ECLASS} eclass"
PLUGINS_DIR="nsbrowser/plugins"