diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-01-27 11:21:45 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-01-27 11:21:45 +0000 |
commit | 7cd15a31f29ea44421ff05552470db8e87de0380 (patch) | |
tree | 238bc2c287b43ff7e35759de2263da0c76a64980 /eclass/distutils.eclass | |
parent | Stable on Alpha; bug #160321 (diff) | |
download | gentoo-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.eclass | 4 |
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. |