diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-07 09:49:27 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-07 09:49:27 +0000 |
commit | b540ef50e22dcb9c7caaa7d4754e08d0407fdd1b (patch) | |
tree | a6bdafd225b8606e9517f369dbbe9469eb2c9e70 /dev-python/wxpython | |
parent | New addition for NMR assignment software, bug 209124 (diff) | |
download | gentoo-2-b540ef50e22dcb9c7caaa7d4754e08d0407fdd1b.tar.gz gentoo-2-b540ef50e22dcb9c7caaa7d4754e08d0407fdd1b.tar.bz2 gentoo-2-b540ef50e22dcb9c7caaa7d4754e08d0407fdd1b.zip |
Fix dependencies.
(Portage version: 15754-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r-- | dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild | 6 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.8.10.1.ebuild | 6 |
2 files changed, 6 insertions, 6 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" diff --git a/dev-python/wxpython/wxpython-2.8.10.1.ebuild b/dev-python/wxpython/wxpython-2.8.10.1.ebuild index c9c1356e6a06..1275e47b440b 100644 --- a/dev-python/wxpython/wxpython-2.8.10.1.ebuild +++ b/dev-python/wxpython/wxpython-2.8.10.1.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.8.10.1.ebuild,v 1.12 2010/03/05 22:30:45 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.10.1.ebuild,v 1.13 2010/03/07 09:49:27 arfrever Exp $ EAPI="2" +PYTHON_DEPEND="2" WX_GTK_VER="2.8" SUPPORT_PYTHON_ABIS="1" @@ -37,8 +38,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-util/pkgconfig" -PYTHON_DEPEND="2:2.4" -RESTRICT_PYTHON_ABIS="3*" +RESTRICT_PYTHON_ABIS="3.*" S="${WORKDIR}/${MY_P}/wxPython" DOC_S="${WORKDIR}/wxPython-${PV}" |