diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-09-15 16:16:53 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-09-15 16:16:53 +0000 |
commit | bf06068c2da5d70441fa049d341995aa319d7ed6 (patch) | |
tree | c113b4295eef0e6e3e1b044466a5665c731b3f7c /eclass/nsplugins.eclass | |
parent | Add missing Manifest entries for libirman-0.4.2-PICShared.patch, libirman-0.4... (diff) | |
download | gentoo-2-bf06068c2da5d70441fa049d341995aa319d7ed6.tar.gz gentoo-2-bf06068c2da5d70441fa049d341995aa319d7ed6.tar.bz2 gentoo-2-bf06068c2da5d70441fa049d341995aa319d7ed6.zip |
Remove redundant DESCRIPTION variable settings.
Diffstat (limited to 'eclass/nsplugins.eclass')
-rw-r--r-- | eclass/nsplugins.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/nsplugins.eclass b/eclass/nsplugins.eclass index a6af002f7074..ab30143e97f7 100644 --- a/eclass/nsplugins.eclass +++ b/eclass/nsplugins.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/nsplugins.eclass,v 1.30 2012/06/02 19:16:31 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nsplugins.eclass,v 1.31 2012/09/15 16:16:53 zmedico Exp $ # # @ECLASS: nsplugins.eclass # @MAINTAINER: @@ -14,8 +14,6 @@ inherit eutils multilib -DESCRIPTION="Based on the ${ECLASS} eclass" - PLUGINS_DIR="nsbrowser/plugins" # This function move the plugin dir in src_install() to |