--- wxpython-2.4.2.4.ebuild.orig 2005-08-24 02:00:32.000000000 +0000 +++ wxpython-2.4.2.4.ebuild 2005-08-24 01:59:31.000000000 +0000 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.4.2.4.ebuild,v 1.10 2005/01/26 03:24:40 pythonhead Exp $ -inherit eutils wxwidgets +inherit eutils wxwidgets multilib MY_P="${P/wxpython-/wxPythonSrc-}" S="${WORKDIR}/${MY_P}/wxPython" @@ -81,5 +81,6 @@ use unicode && mypyconf="${mypyconf} UNICODE=1" - python setup.py ${mypyconf} install --prefix=/usr --root=${D} || die + python setup.py ${mypyconf} install --prefix=/usr \ + --install-lib=/usr/$(get_libdir)/ --root=${D} || die }