summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-23 06:24:44 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-23 06:24:44 +0000
commit4ffe47b4bc1e000634f2966f3f9749e8249f5a6f (patch)
tree4523f8beab1619fa8b6cc81c3734de9b240a17a0 /dev-python/pycdf
parent2.2.0_alpha89 version bump. This includes all of the fixes in (diff)
downloadgentoo-2-4ffe47b4bc1e000634f2966f3f9749e8249f5a6f.tar.gz
gentoo-2-4ffe47b4bc1e000634f2966f3f9749e8249f5a6f.tar.bz2
gentoo-2-4ffe47b4bc1e000634f2966f3f9749e8249f5a6f.zip
Restricting pypy and jython
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pycdf')
-rw-r--r--dev-python/pycdf/ChangeLog7
-rw-r--r--dev-python/pycdf/pycdf-0.6.3.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pycdf/ChangeLog b/dev-python/pycdf/ChangeLog
index 9ac5edd4ca53..c1b2ec69e92d 100644
--- a/dev-python/pycdf/ChangeLog
+++ b/dev-python/pycdf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pycdf
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycdf/ChangeLog,v 1.11 2011/12/03 19:18:00 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycdf/ChangeLog,v 1.12 2012/02/23 06:24:44 patrick Exp $
+
+ 23 Feb 2012; Patrick Lauer <patrick@gentoo.org> pycdf-0.6.3.ebuild:
+ Restricting pypy and jython
03 Dec 2011; Markos Chandras <hwoarang@gentoo.org> pycdf-0.6.3.ebuild:
Update LICENSE. Patch by Arfrever.
diff --git a/dev-python/pycdf/pycdf-0.6.3.ebuild b/dev-python/pycdf/pycdf-0.6.3.ebuild
index 0711b07ee81f..5ca5bcf915df 100644
--- a/dev-python/pycdf/pycdf-0.6.3.ebuild
+++ b/dev-python/pycdf/pycdf-0.6.3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 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/pycdf/pycdf-0.6.3.ebuild,v 1.3 2011/12/03 19:18:00 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycdf/pycdf-0.6.3.ebuild,v 1.4 2012/02/23 06:24:44 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
inherit distutils