From bf06068c2da5d70441fa049d341995aa319d7ed6 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 15 Sep 2012 16:16:53 +0000 Subject: Remove redundant DESCRIPTION variable settings. --- eclass/gnatbuild.eclass | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'eclass/gnatbuild.eclass') 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 # Belongs to: ada herd @@ -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 -- cgit v1.2.3-65-gdbad