diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-09-13 20:52:09 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-09-14 17:10:23 +0200 |
commit | bab95f54c95b1279f45017dabee3f61a025d489e (patch) | |
tree | ec1da69f1335723510b1a455145edcbb80bee2fe /sci-mathematics/fricas | |
parent | app-crypt/swtpm: add back support for swtpm_cert, improve description (diff) | |
download | gentoo-bab95f54c95b1279f45017dabee3f61a025d489e.tar.gz gentoo-bab95f54c95b1279f45017dabee3f61a025d489e.tar.bz2 gentoo-bab95f54c95b1279f45017dabee3f61a025d489e.zip |
Package move dev-lisp/ecls to dev-lisp/ecl
Closes: https://bugs.gentoo.org/586230
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sci-mathematics/fricas')
-rw-r--r-- | sci-mathematics/fricas/fricas-1.3.8-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/fricas/fricas-1.3.9.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/fricas/metadata.xml | 4 |
3 files changed, 8 insertions, 8 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 ) 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 ) diff --git a/sci-mathematics/fricas/metadata.xml b/sci-mathematics/fricas/metadata.xml index 5f547acf8a41..1b9f80f6162c 100644 --- a/sci-mathematics/fricas/metadata.xml +++ b/sci-mathematics/fricas/metadata.xml @@ -18,8 +18,8 @@ (<pkg>dev-lisp/gcl</pkg>)</flag> <flag name="sbcl">Add support for Steel Bank Common Lisp (<pkg>dev-lisp/sbcl</pkg>)</flag> - <flag name="ecls">Add support for Embeddable Common Lisp - (<pkg>dev-lisp/ecls</pkg>)</flag> + <flag name="ecl">Add support for Embeddable Common Lisp + (<pkg>dev-lisp/ecl</pkg>)</flag> <flag name="clozurecl">Add support for Clozure Common Lisp (<pkg>dev-lisp/clozurecl</pkg>)</flag> </use> |