summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-28 00:44:06 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-28 00:44:06 +0000
commitd8a1ffd05ddb1a87af6bf00dfbb4b54c5cdb36a4 (patch)
tree507b0e31c8c1f9e6cfe34f9373c183aa5ca6041c /sci-astronomy
parentMasked dev-db/postgresql-{docs,base,server}:8.2 for removal. EOL and vulnerab... (diff)
downloadgentoo-2-d8a1ffd05ddb1a87af6bf00dfbb4b54c5cdb36a4.tar.gz
gentoo-2-d8a1ffd05ddb1a87af6bf00dfbb4b54c5cdb36a4.tar.bz2
gentoo-2-d8a1ffd05ddb1a87af6bf00dfbb4b54c5cdb36a4.zip
Restricting pypy and jython
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/kapteyn/ChangeLog7
-rw-r--r--sci-astronomy/kapteyn/kapteyn-2.1.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-astronomy/kapteyn/ChangeLog b/sci-astronomy/kapteyn/ChangeLog
index e31fdf1304a8..8efc97dfe675 100644
--- a/sci-astronomy/kapteyn/ChangeLog
+++ b/sci-astronomy/kapteyn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-astronomy/kapteyn
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/ChangeLog,v 1.7 2011/08/04 18:31:14 bicatali Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/ChangeLog,v 1.8 2012/02/28 00:44:06 patrick Exp $
+
+ 28 Feb 2012; Patrick Lauer <patrick@gentoo.org> kapteyn-2.1.ebuild:
+ Restricting pypy and jython
04 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml:
Switched herd to sci-astronomy
diff --git a/sci-astronomy/kapteyn/kapteyn-2.1.ebuild b/sci-astronomy/kapteyn/kapteyn-2.1.ebuild
index b59947ea888f..ba2194219941 100644
--- a/sci-astronomy/kapteyn/kapteyn-2.1.ebuild
+++ b/sci-astronomy/kapteyn/kapteyn-2.1.ebuild
@@ -1,11 +1,12 @@
-# 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/sci-astronomy/kapteyn/kapteyn-2.1.ebuild,v 1.1 2011/02/17 06:45:58 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/kapteyn-2.1.ebuild,v 1.2 2012/02/28 00:44:06 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
inherit distutils
@@ -22,8 +23,6 @@ DEPEND=">=sci-astronomy/wcslib-4.7
dev-python/numpy"
RDEPEND="${DEPEND}"
-RESTRICT_PYTHON_ABIS="3.*"
-
src_install() {
distutils_src_install
dodoc doc/${PN}.pdf || die