summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2007-01-27 11:21:45 +0000
committerBryan Østergaard <kloeri@gentoo.org>2007-01-27 11:21:45 +0000
commit7cd15a31f29ea44421ff05552470db8e87de0380 (patch)
tree238bc2c287b43ff7e35759de2263da0c76a64980 /eclass/distutils.eclass
parentStable on Alpha; bug #160321 (diff)
downloadgentoo-2-7cd15a31f29ea44421ff05552470db8e87de0380.tar.gz
gentoo-2-7cd15a31f29ea44421ff05552470db8e87de0380.tar.bz2
gentoo-2-7cd15a31f29ea44421ff05552470db8e87de0380.zip
Add missing multilib inherit spotted by dev-zero.
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 12c52e55a372..6e5ac3d2f4c1 100644
--- a/eclass/distutils.eclass
+++ b/eclass/distutils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.36 2006/10/14 20:27:21 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.37 2007/01/27 11:21:45 kloeri Exp $
#
# Author: Jon Nelson <jnelson@gentoo.org>
# Current Maintainer: Alastair Tse <liquidx@gentoo.org>
@@ -19,7 +19,7 @@
# PYTHON_SLOT_VERSION - for Zope support
# DOCS - additional DOCS
-inherit python eutils
+inherit python multilib eutils
# This helps make it possible to add extensions to python slots.
# Normally only a -py21- ebuild would set PYTHON_SLOT_VERSION.