summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-28 11:44:59 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-28 11:44:59 +0000
commitb380ff53d875402c56d27f12a9341ea2ce4af028 (patch)
treead99ecb4d3d920814ff494133d23fc1ac804101b /app-editors/editra/editra-0.6.89.ebuild
parentUpdate per proxy-maintainer request. Remove overshadowed versions. (diff)
downloadhistorical-b380ff53d875402c56d27f12a9341ea2ce4af028.tar.gz
historical-b380ff53d875402c56d27f12a9341ea2ce4af028.tar.bz2
historical-b380ff53d875402c56d27f12a9341ea2ce4af028.zip
Restricting jython
Package-Manager: portage-2.2.0_alpha89/cvs/Linux x86_64
Diffstat (limited to 'app-editors/editra/editra-0.6.89.ebuild')
-rw-r--r--app-editors/editra/editra-0.6.89.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-editors/editra/editra-0.6.89.ebuild b/app-editors/editra/editra-0.6.89.ebuild
index 1ab22cdd6b29..907597121a41 100644
--- a/app-editors/editra/editra-0.6.89.ebuild
+++ b/app-editors/editra/editra-0.6.89.ebuild
@@ -1,10 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.6.89.ebuild,v 1.1 2012/02/20 08:07:33 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.6.89.ebuild,v 1.2 2012/02/28 11:44:59 patrick Exp $
EAPI=2
SUPPORT_PYTHON_ABIS=1
PYTHON_DEPEND="2:2.5"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit distutils eutils fdo-mime python
@@ -25,8 +26,6 @@ DEPEND=">=dev-python/wxpython-2.8.9.2:2.8
RDEPEND="${DEPEND}
spell? ( dev-python/pyenchant )"
-RESTRICT_PYTHON_ABIS="3.*"
-
S="${WORKDIR}"/${MY_PN}-${PV}
src_compile() {