summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-08-20 18:16:23 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-08-20 18:16:23 +0000
commit1d05ac69d0817542eccf7e5c5281e8a75930299b (patch)
tree2e8877941a073f334babb18bb33e3926e833ebc8 /sci-mathematics/maxima
parentMarking ~ppc-macos (diff)
downloadgentoo-2-1d05ac69d0817542eccf7e5c5281e8a75930299b.tar.gz
gentoo-2-1d05ac69d0817542eccf7e5c5281e8a75930299b.tar.bz2
gentoo-2-1d05ac69d0817542eccf7e5c5281e8a75930299b.zip
Depend on >=gcl-2.6.7 (fixes bug #81869). Removed ~amd64 previously added by Matthew Kennedy since AMD64 support is obviously broken (see bug #98763).
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-mathematics/maxima')
-rw-r--r--sci-mathematics/maxima/ChangeLog6
-rw-r--r--sci-mathematics/maxima/maxima-5.9.1-r2.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-mathematics/maxima/ChangeLog b/sci-mathematics/maxima/ChangeLog
index ee2c4cfd0ab5..18d1620492f1 100644
--- a/sci-mathematics/maxima/ChangeLog
+++ b/sci-mathematics/maxima/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/maxima
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.6 2005/08/07 13:09:40 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.7 2005/08/20 18:16:23 ribosome Exp $
+
+ 20 Aug 2005; Olivier Fisette <ribosome@gentoo.org> maxima-5.9.1-r2.ebuild:
+ Depend on >=gcl-2.6.7 (fixes bug #81869). Removed ~amd64 previously added by
+ Matthew Kennedy since AMD64 support is obviously broken (see bug #98763).
07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> maxima-5.9.1.ebuild:
Stable on ppc.
diff --git a/sci-mathematics/maxima/maxima-5.9.1-r2.ebuild b/sci-mathematics/maxima/maxima-5.9.1-r2.ebuild
index 77612f63e51e..31b9799149d0 100644
--- a/sci-mathematics/maxima/maxima-5.9.1-r2.ebuild
+++ b/sci-mathematics/maxima/maxima-5.9.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.9.1-r2.ebuild,v 1.2 2005/07/01 19:18:14 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.9.1-r2.ebuild,v 1.3 2005/08/20 18:16:23 ribosome Exp $
inherit eutils elisp-common
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/maxima/${P}.tar.gz"
LICENSE="GPL-2 AECA"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~x86"
IUSE="cmucl clisp gcl sbcl tetex emacs auctex"
DEPEND="tetex? ( virtual/tetex )
@@ -20,7 +20,7 @@ DEPEND="tetex? ( virtual/tetex )
x86? ( !clisp? ( !sbcl? ( !gcl? ( !cmucl? ( dev-lisp/cmucl ) ) ) ) )
clisp? ( >=dev-lisp/clisp-2.33.2-r1 )
x86? ( cmucl? ( >=dev-lisp/cmucl-19a ) )
- x86? ( gcl? ( >=dev-lisp/gcl-2.6.4 ) )
+ x86? ( gcl? ( >=dev-lisp/gcl-2.6.7 ) )
x86? ( sbcl? ( >=dev-lisp/sbcl-0.8.14 ) )"
RDEPEND=">=dev-lang/tk-8.3.3
>=media-gfx/gnuplot-4.0-r1"