diff options
author | Peter Volkov <pva@gentoo.org> | 2010-02-08 09:35:38 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-02-08 09:35:38 +0000 |
commit | 4917a9e04b90152be31fb5d5135f1808ac56191f (patch) | |
tree | 5502d3e6a3683543bf3a5180edd6b093cb1bb3d4 /eclass/distutils.eclass | |
parent | Version bump. (diff) | |
download | gentoo-2-4917a9e04b90152be31fb5d5135f1808ac56191f.tar.gz gentoo-2-4917a9e04b90152be31fb5d5135f1808ac56191f.tar.bz2 gentoo-2-4917a9e04b90152be31fb5d5135f1808ac56191f.zip |
dropped inherit eutils: all ebuilds should be fixed in the tree.
Diffstat (limited to 'eclass/distutils.eclass')
-rw-r--r-- | eclass/distutils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/distutils.eclass b/eclass/distutils.eclass index 4f8affaf9b4c..78307ed32529 100644 --- a/eclass/distutils.eclass +++ b/eclass/distutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.71 2010/02/07 21:17:15 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.72 2010/02/08 09:35:38 pva Exp $ # @ECLASS: distutils.eclass # @MAINTAINER: @@ -11,7 +11,7 @@ # @DESCRIPTION: # The distutils eclass defines phase functions for packages with build systems using Distutils -inherit eutils multilib python +inherit multilib python case "${EAPI:-0}" in 0|1) |