summaryrefslogtreecommitdiff
path: root/sci-mathematics/fricas/fricas-1.3.9.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/fricas/fricas-1.3.9.ebuild')
-rw-r--r--sci-mathematics/fricas/fricas-1.3.9.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/fricas/fricas-1.3.9.ebuild b/sci-mathematics/fricas/fricas-1.3.9.ebuild
index 7d21f5311d26..f64df558213a 100644
--- a/sci-mathematics/fricas/fricas-1.3.9.ebuild
+++ b/sci-mathematics/fricas/fricas-1.3.9.ebuild
@@ -15,11 +15,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 )