summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-02-07 21:17:15 +0000
committerPeter Volkov <pva@gentoo.org>2010-02-07 21:17:15 +0000
commit313e8f2d96d5375733e7f57899d05c8f964908c3 (patch)
tree8dee0fb170a1d47f2be71b236ed9d3f5c92f3695 /eclass/distutils.eclass
parentSet PYTHON_DEPEND. Don't inherit unused distutils eclass. Fix shebang in /usr... (diff)
downloadgentoo-2-313e8f2d96d5375733e7f57899d05c8f964908c3.tar.gz
gentoo-2-313e8f2d96d5375733e7f57899d05c8f964908c3.tar.bz2
gentoo-2-313e8f2d96d5375733e7f57899d05c8f964908c3.zip
revert dropped inherit eutils: 172 ebuilds are still broken with this change atm; after I fix them I'll revert this.
Diffstat (limited to 'eclass/distutils.eclass')
-rw-r--r--eclass/distutils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/distutils.eclass b/eclass/distutils.eclass
index 00407e798fcb..4f8affaf9b4c 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.70 2010/02/04 18:31:44 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.71 2010/02/07 21:17:15 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 multilib python
+inherit eutils multilib python
case "${EAPI:-0}" in
0|1)