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/gnatbuild.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/gnatbuild.eclass')
-rw-r--r-- | eclass/gnatbuild.eclass | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/gnatbuild.eclass b/eclass/gnatbuild.eclass index df5a24a3ce22..c099e2a5b864 100644 --- a/eclass/gnatbuild.eclass +++ b/eclass/gnatbuild.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.54 2011/12/27 17:55:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.55 2012/09/15 16:16:53 zmedico Exp $ # # Author: George Shapovalov <george@gentoo.org> # Belongs to: ada herd <ada@gentoo.org> @@ -22,8 +22,6 @@ inherit eutils versionator toolchain-funcs flag-o-matic multilib autotools \ EXPORT_FUNCTIONS pkg_setup pkg_postinst pkg_postrm src_unpack src_compile src_install -DESCRIPTION="Based on the ${ECLASS} eclass" - IUSE="nls" # multilib is supported via profiles now, multilib usevar is deprecated |