summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-12-21 01:48:05 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-12-21 01:48:05 +0000
commit36ad9fd0a2e0b3a2feece11ceefa33c15f46ce4e (patch)
tree2dbf8176b9e44b29751d3725c72e6343e891875e /dev-perl/math-pari
parentLatest version, heads up thanks to Davide Pesavento, closes bug #249658 (diff)
downloadgentoo-2-36ad9fd0a2e0b3a2feece11ceefa33c15f46ce4e.tar.gz
gentoo-2-36ad9fd0a2e0b3a2feece11ceefa33c15f46ce4e.tar.bz2
gentoo-2-36ad9fd0a2e0b3a2feece11ceefa33c15f46ce4e.zip
Block the newer sci-mathematics/pari-2.3*.
(Portage version: 2.2_rc18/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64)
Diffstat (limited to 'dev-perl/math-pari')
-rw-r--r--dev-perl/math-pari/ChangeLog6
-rw-r--r--dev-perl/math-pari/math-pari-2.010800.ebuild7
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-perl/math-pari/ChangeLog b/dev-perl/math-pari/ChangeLog
index e0d0db9f9ba0..aeab698a5279 100644
--- a/dev-perl/math-pari/ChangeLog
+++ b/dev-perl/math-pari/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/math-pari
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.40 2008/12/08 02:26:03 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.41 2008/12/21 01:48:05 robbat2 Exp $
+
+ 21 Dec 2008; Robin H. Johnson <robbat2@gentoo.org>
+ math-pari-2.010800.ebuild:
+ Block the newer sci-mathematics/pari-2.3*.
*math-pari-2.010800 (08 Dec 2008)
diff --git a/dev-perl/math-pari/math-pari-2.010800.ebuild b/dev-perl/math-pari/math-pari-2.010800.ebuild
index 8ee5cbae3506..e883e84946fd 100644
--- a/dev-perl/math-pari/math-pari-2.010800.ebuild
+++ b/dev-perl/math-pari/math-pari-2.010800.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010800.ebuild,v 1.1 2008/12/08 02:26:03 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010800.ebuild,v 1.2 2008/12/21 01:48:05 robbat2 Exp $
inherit perl-module eutils
@@ -22,8 +22,11 @@ SRC_TEST="do"
# directory to where you build it. It does not need to compile it, but
# it does need to be the same version as is installed, hence the hard
# DEPEND below
+# Math::Pari does NOT work with 2.3. The Makefile.PL gives warnings, and if you
+# run the tests, you get failures.
DEPEND="~sci-mathematics/pari-2.1.7
- dev-lang/perl"
+ !=sci-mathematics/pari-2.3*
+ dev-lang/perl"
src_compile() {
# Unfortunately the assembly routines math-pari has for SPARC do not appear