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 | de26a8ff9d6bcc7ad6b22cc907c8b488b3753e01 (patch) | |
tree | 6466205313108b4fc8c1248f87732a03d3106166 /eclass/gnuconfig.eclass | |
parent | Add missing Manifest entries for libirman-0.4.2-PICShared.patch, libirman-0.4... (diff) | |
download | historical-de26a8ff9d6bcc7ad6b22cc907c8b488b3753e01.tar.gz historical-de26a8ff9d6bcc7ad6b22cc907c8b488b3753e01.tar.bz2 historical-de26a8ff9d6bcc7ad6b22cc907c8b488b3753e01.zip |
Remove redundant DESCRIPTION variable settings.
Diffstat (limited to 'eclass/gnuconfig.eclass')
-rw-r--r-- | eclass/gnuconfig.eclass | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass index 112d6213c27b..3a5e5c789ce8 100644 --- a/eclass/gnuconfig.eclass +++ b/eclass/gnuconfig.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.33 2006/06/21 19:35:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.34 2012/09/15 16:16:53 zmedico Exp $ # # THIS ECLASS IS DEAD: It has been integrated into portage # @@ -23,8 +23,6 @@ DEPEND="sys-devel/gnuconfig" -DESCRIPTION="Based on the ${ECLASS} eclass" - # Wrapper function for gnuconfig_do_update. If no arguments are given, update # config.sub and config.guess (old default behavior), otherwise update the # named files. |