summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/maxima/maxima-5.9.1-r2.ebuild')
-rw-r--r--sci-mathematics/maxima/maxima-5.9.1-r2.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/sci-mathematics/maxima/maxima-5.9.1-r2.ebuild b/sci-mathematics/maxima/maxima-5.9.1-r2.ebuild
index f111c07e2cb8..77612f63e51e 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.1 2005/04/17 18:34:42 ribosome Exp $
+# $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 $
inherit eutils elisp-common
@@ -10,23 +10,24 @@ SRC_URI="mirror://sourceforge/maxima/${P}.tar.gz"
LICENSE="GPL-2 AECA"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
IUSE="cmucl clisp gcl sbcl tetex emacs auctex"
DEPEND="tetex? ( virtual/tetex )
emacs? ( virtual/emacs )
auctex? ( app-emacs/auctex )
>=sys-apps/texinfo-4.3
- x86? ( !clisp? ( !sbcl? ( !gcl? ( !cmucl? ( dev-lisp/cmucl ) ) ) ) )
+ 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.4 ) )
x86? ( sbcl? ( >=dev-lisp/sbcl-0.8.14 ) )"
RDEPEND=">=dev-lang/tk-8.3.3
>=media-gfx/gnuplot-4.0-r1"
src_unpack() {
unpack ${A}
+ epatch ${FILESDIR}/${PV}-sbcl-gentoo.patch || die
cd ${S}/interfaces/emacs/emaxima
epatch ${FILESDIR}/maxima-emacs.patch
}