summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-21 01:20:09 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-21 01:20:09 +0000
commit79ceabbd72f91b73176d993355d23d27399d52b8 (patch)
treee090ea904c73fd7cd9a7ad50dbffd6a58583951e /dev-python/wxpython/wxpython-2.8.11.0.ebuild
parentBased on 2.6.38.3 + genpatches-2.6.38-3 + grsecurity-2.2.2-2.6.38.3-201104191737 (diff)
downloadgentoo-2-79ceabbd72f91b73176d993355d23d27399d52b8.tar.gz
gentoo-2-79ceabbd72f91b73176d993355d23d27399d52b8.tar.bz2
gentoo-2-79ceabbd72f91b73176d993355d23d27399d52b8.zip
Restrict Jython ABIs.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/wxpython/wxpython-2.8.11.0.ebuild')
-rw-r--r--dev-python/wxpython/wxpython-2.8.11.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/wxpython/wxpython-2.8.11.0.ebuild b/dev-python/wxpython/wxpython-2.8.11.0.ebuild
index 63bef6a21eaa..ba3dba46c8b7 100644
--- a/dev-python/wxpython/wxpython-2.8.11.0.ebuild
+++ b/dev-python/wxpython/wxpython-2.8.11.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.11.0.ebuild,v 1.4 2011/02/27 14:40:52 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.11.0.ebuild,v 1.5 2011/04/21 01:20:09 arfrever Exp $
EAPI="2"
PYTHON_DEPEND="2"
@@ -38,7 +38,7 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
S="${WORKDIR}/${MY_P}/wxPython"
DOC_S="${WORKDIR}/wxPython-${PV}"