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 | ab01f985cef1dd5b02a0ffdb782a2fd79c5860c1 (patch) | |
tree | 34f24cecff7f0a2a8ac7ee2d4245bc4246143147 /eclass/autotools.eclass | |
parent | Stable for ppc; bug #398847 (diff) | |
download | gentoo-2-ab01f985cef1dd5b02a0ffdb782a2fd79c5860c1.tar.gz gentoo-2-ab01f985cef1dd5b02a0ffdb782a2fd79c5860c1.tar.bz2 gentoo-2-ab01f985cef1dd5b02a0ffdb782a2fd79c5860c1.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: |