diff options
Diffstat (limited to 'sci-mathematics/fricas/fricas-1.3.8-r1.ebuild')
-rw-r--r-- | sci-mathematics/fricas/fricas-1.3.8-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/fricas/fricas-1.3.8-r1.ebuild b/sci-mathematics/fricas/fricas-1.3.8-r1.ebuild index d3898d2d8e64..de065478169c 100644 --- a/sci-mathematics/fricas/fricas-1.3.8-r1.ebuild +++ b/sci-mathematics/fricas/fricas-1.3.8-r1.ebuild @@ -14,11 +14,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" # Supported lisps, number 0 is the default -LISPS=( sbcl cmucl gcl ecls clisp clozurecl ) +LISPS=( sbcl cmucl gcl ecl clisp clozurecl ) # Version restrictions, . means no restrictions -REST=( . . . . . . ) +REST=( . . . . . . ) # command name: . means just ${LISP} -COMS=( . lisp . ecl . ccl ) +COMS=( . lisp . . . ccl ) IUSE="${LISPS[*]} X emacs gmp" RDEPEND="X? ( x11-libs/libXpm x11-libs/libICE ) |