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
commit60d870df34fa6e62dc9801d060a25d902aabec47 (patch)
tree8979b2691ab72a4a2c58d7e24672598b6c0d1af0 /eclass/distutils.eclass
parentSet PYTHON_DEPEND. Don't inherit unused distutils eclass. Fix shebang in /usr... (diff)
downloadhistorical-60d870df34fa6e62dc9801d060a25d902aabec47.tar.gz
historical-60d870df34fa6e62dc9801d060a25d902aabec47.tar.bz2
historical-60d870df34fa6e62dc9801d060a25d902aabec47.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)