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
commit0e99de9717bd45340937f026da1150f7b2bc1859 (patch)
tree8f77d25bce9ee233e38d0991d5e78b6c22057ff0 /eclass/distutils.eclass
parentStable on Alpha; bug #160321 (diff)
downloadhistorical-0e99de9717bd45340937f026da1150f7b2bc1859.tar.gz
historical-0e99de9717bd45340937f026da1150f7b2bc1859.tar.bz2
historical-0e99de9717bd45340937f026da1150f7b2bc1859.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.