diff options
Diffstat (limited to 'dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild')
-rw-r--r-- | dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild b/dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild index b6fa6a3d60ef..7111d3963d62 100644 --- a/dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild +++ b/dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild,v 1.10 2010/03/05 22:30:45 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild,v 1.11 2010/03/07 09:49:27 arfrever Exp $ EAPI="2" +PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" inherit alternatives eutils fdo-mime python flag-o-matic python wxwidgets @@ -33,8 +34,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-util/pkgconfig" -PYTHON_DEPEND="2" -RESTRICT_PYTHON_ABIS="3*" +RESTRICT_PYTHON_ABIS="3.*" S="${WORKDIR}/${MY_P}/wxPython" |