diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-20 12:31:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-20 12:31:32 +0000 |
commit | ea02f9941ca487609242037f98d563d7219a58fc (patch) | |
tree | 456148f87b50400a19f2fe36a9b80ad6a900afeb /eclass/autotools.eclass | |
parent | Stable for ppc; bug #398847 (diff) | |
download | historical-ea02f9941ca487609242037f98d563d7219a58fc.tar.gz historical-ea02f9941ca487609242037f98d563d7219a58fc.tar.bz2 historical-ea02f9941ca487609242037f98d563d7219a58fc.zip |
we don't use anything from eutils eclass now, so drop the inherit
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r-- | eclass/autotools.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index a36daed56c87..001ed05360cb 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.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/autotools.eclass,v 1.133 2012/05/20 10:39:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.134 2012/05/20 12:31:32 vapier Exp $ # @ECLASS: autotools.eclass # @MAINTAINER: @@ -16,7 +16,7 @@ if [[ ${___ECLASS_ONCE_AUTOTOOLS} != "recur -_+^+_- spank" ]] ; then ___ECLASS_ONCE_AUTOTOOLS="recur -_+^+_- spank" -inherit eutils libtool +inherit libtool # @ECLASS-VARIABLE: WANT_AUTOCONF # @DESCRIPTION: |