View | Details | Raw Unified
Collapse All | Expand All

(-) wxpython-2.4.2.4.ebuild.orig (-2 / +3 lines)
 Lines 2-8    Link Here 
# Distributed under the terms of the GNU General Public License v2
# 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 $
# $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-}"
MY_P="${P/wxpython-/wxPythonSrc-}"
S="${WORKDIR}/${MY_P}/wxPython"
S="${WORKDIR}/${MY_P}/wxPython"
 Lines 81-85    Link Here 
	use unicode && mypyconf="${mypyconf} UNICODE=1"
	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
}
}