Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 132712 Details for
Bug 194888
sci-mathematics/maxima-5.13.0: clarify logic of lisp priorities
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed changes for maxima-5.13.0.ebuild
maxima-5.13.0.ebuild.diff (text/plain), 1.25 KB, created by
Ulrich Müller
on 2007-10-06 09:23:42 UTC
(
hide
)
Description:
Proposed changes for maxima-5.13.0.ebuild
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2007-10-06 09:23:42 UTC
Size:
1.25 KB
patch
obsolete
>--- maxima-5.13.0.ebuild 23 Sep 2007 11:46:13 -0000 1.7 >+++ maxima-5.13.0.ebuild 6 Oct 2007 09:17:10 -0000 >@@ -19,11 +19,17 @@ > tetex? ( virtual/tetex ) > emacs? ( virtual/emacs > tetex? ( || ( app-emacs/auctex app-xemacs/auctex ) ) ) >- clisp? ( !sbcl? ( dev-lisp/clisp ) ) >- gcl? ( !sbcl? ( !clisp? ( !cmucl? ( dev-lisp/gcl ) ) ) ) >- sbcl? ( dev-lisp/sbcl app-misc/rlwrap ) >- cmucl? ( !sbcl? ( !clisp? ( >=dev-lisp/cmucl-19a app-misc/rlwrap ) ) ) >- !clisp? ( !gcl? ( !cmucl? ( dev-lisp/sbcl app-misc/rlwrap ) ) ) >+ sbcl? ( dev-lisp/sbcl app-misc/rlwrap ) >+ !sbcl? ( >+ clisp? ( dev-lisp/clisp ) >+ !clisp? ( >+ cmucl? ( >=dev-lisp/cmucl-19a app-misc/rlwrap ) >+ !cmucl? ( >+ gcl? ( dev-lisp/gcl ) >+ !gcl? ( dev-lisp/sbcl app-misc/rlwrap ) >+ ) >+ ) >+ ) > tk? ( dev-lang/tk )" > > DEPEND="${RDEPEND} >@@ -78,13 +84,16 @@ > fi > > # lisp priorities >- MAXIMA_LISP="sbcl" >- if use clisp && ! use sbcl; then >+ if use sbcl; then >+ MAXIMA_LISP=sbcl >+ elif use clisp; then > MAXIMA_LISP=clisp >- elif use cmucl && ! use clisp && ! use sbcl; then >+ elif use cmucl; then > MAXIMA_LISP=cmucl >- elif use gcl && ! use cmucl && ! use clisp && ! use sbcl; then >+ elif use gcl; then > MAXIMA_LISP=gcl >+ else >+ MAXIMA_LISP=sbcl > fi > einfo "Selected lisp: ${MAXIMA_LISP}" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194888
: 132712