diff options
author | 2012-08-25 04:10:19 +0000 | |
---|---|---|
committer | 2012-08-25 04:10:19 +0000 | |
commit | 7cd07dcd8ca04bb3e89e7db1f348c7c74611a9b8 (patch) | |
tree | 8a8737e5151f154ba5742347874d6ee4ad2c347d /sci-mathematics/maxima/maxima-5.28.0.ebuild | |
parent | Temporarily mask USE=introspection for >=webkit-gtk-1.8.1 and >=epiphany-3.4 ... (diff) | |
download | historical-7cd07dcd8ca04bb3e89e7db1f348c7c74611a9b8.tar.gz historical-7cd07dcd8ca04bb3e89e7db1f348c7c74611a9b8.tar.bz2 historical-7cd07dcd8ca04bb3e89e7db1f348c7c74611a9b8.zip |
Correcting sbcl workaround (#411453); dont load init file in ccl (#432246, thanks to RCV <reich-cv@yandex.ru>)
Package-Manager: portage-2.2.0_alpha122/cvs/Linux i686
Diffstat (limited to 'sci-mathematics/maxima/maxima-5.28.0.ebuild')
-rw-r--r-- | sci-mathematics/maxima/maxima-5.28.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-mathematics/maxima/maxima-5.28.0.ebuild b/sci-mathematics/maxima/maxima-5.28.0.ebuild index cd8018f07e92..62fe3722dff1 100644 --- a/sci-mathematics/maxima/maxima-5.28.0.ebuild +++ b/sci-mathematics/maxima/maxima-5.28.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.28.0.ebuild,v 1.1 2012/08/15 16:40:41 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.28.0.ebuild,v 1.2 2012/08/25 04:10:19 grozin Exp $ EAPI=3 @@ -102,9 +102,11 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-xdg-utils.patch # Don't use lisp init files - # ClozureCL (former OpenMCL) executable name is ccl epatch "${FILESDIR}"/${P}.patch + # ClozureCL (former OpenMCL) executable name is ccl + epatch "${FILESDIR}"/${PN}-ccl.patch + # make xmaxima conditional on tk (wish) epatch "${FILESDIR}"/${P}-wish.patch |