summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-22 09:47:37 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-22 09:47:37 +0000
commit4979427246131d5f9928c27dcc1c1099b83ed3f3 (patch)
tree2ec011ce9c9b0d3d3a021af74ef4634bfbb73004 /dev-python/ruledispatch
parentStable per bug #404437 (diff)
downloadgentoo-2-4979427246131d5f9928c27dcc1c1099b83ed3f3.tar.gz
gentoo-2-4979427246131d5f9928c27dcc1c1099b83ed3f3.tar.bz2
gentoo-2-4979427246131d5f9928c27dcc1c1099b83ed3f3.zip
Restricting pypy and jython
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/ruledispatch')
-rw-r--r--dev-python/ruledispatch/ChangeLog8
-rw-r--r--dev-python/ruledispatch/ruledispatch-0.5_pre2306-r1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/ruledispatch/ChangeLog b/dev-python/ruledispatch/ChangeLog
index 7a168ff9cf13..74232acea473 100644
--- a/dev-python/ruledispatch/ChangeLog
+++ b/dev-python/ruledispatch/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/ruledispatch
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v 1.9 2010/06/29 20:49:12 arfrever Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v 1.10 2012/02/22 09:47:37 patrick Exp $
+
+ 22 Feb 2012; Patrick Lauer <patrick@gentoo.org>
+ ruledispatch-0.5_pre2306-r1.ebuild:
+ Restricting pypy and jython
29 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
ruledispatch-0.5_pre2306-r1.ebuild:
diff --git a/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r1.ebuild b/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r1.ebuild
index 48d993acc2b1..bca40b727665 100644
--- a/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r1.ebuild
+++ b/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r1.ebuild,v 1.4 2010/06/29 20:49:12 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r1.ebuild,v 1.5 2012/02/22 09:47:37 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
DISTUTILS_SRC_TEST="setup.py"
inherit distutils eutils versionator