diff options
author | Maciej Barć <xgqt@riseup.net> | 2021-05-17 00:24:05 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@riseup.net> | 2021-05-17 00:24:05 +0200 |
commit | 099b467c22994a7d3e2a75649ec1bb11a8121fb8 (patch) | |
tree | 0d8e7e17c81a2e8a553cb083b0ebfbd70aab34de /dev-scheme | |
parent | dev-perl/List-Compare: add missing dep for tests (diff) | |
download | guru-099b467c22994a7d3e2a75649ec1bb11a8121fb8.tar.gz guru-099b467c22994a7d3e2a75649ec1bb11a8121fb8.tar.bz2 guru-099b467c22994a7d3e2a75649ec1bb11a8121fb8.zip |
dev-scheme/cyclone: fix description
Signed-off-by: Maciej Barć <xgqt@riseup.net>
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/cyclone/cyclone-0.28.0.ebuild | 4 | ||||
-rw-r--r-- | dev-scheme/cyclone/cyclone-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-scheme/cyclone/cyclone-0.28.0.ebuild b/dev-scheme/cyclone/cyclone-0.28.0.ebuild index 237aaef9d..cd6aa09a0 100644 --- a/dev-scheme/cyclone/cyclone-0.28.0.ebuild +++ b/dev-scheme/cyclone/cyclone-0.28.0.ebuild @@ -2,13 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # Cyclone is a self-hosting Scheme to C compiler -# cyclone-bootstrap is the Cyclone SOURCE transpired by it to C +# cyclone-bootstrap is the Cyclone SOURCE transpiled by it to C EAPI=7 inherit flag-o-matic toolchain-funcs -DESCRIPTION="Scheme R7RS to C compiler" +DESCRIPTION="R7RS Scheme to C compiler" HOMEPAGE="http://justinethier.github.io/cyclone/" if [[ "${PV}" == *9999* ]]; then diff --git a/dev-scheme/cyclone/cyclone-9999.ebuild b/dev-scheme/cyclone/cyclone-9999.ebuild index 237aaef9d..cd6aa09a0 100644 --- a/dev-scheme/cyclone/cyclone-9999.ebuild +++ b/dev-scheme/cyclone/cyclone-9999.ebuild @@ -2,13 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # Cyclone is a self-hosting Scheme to C compiler -# cyclone-bootstrap is the Cyclone SOURCE transpired by it to C +# cyclone-bootstrap is the Cyclone SOURCE transpiled by it to C EAPI=7 inherit flag-o-matic toolchain-funcs -DESCRIPTION="Scheme R7RS to C compiler" +DESCRIPTION="R7RS Scheme to C compiler" HOMEPAGE="http://justinethier.github.io/cyclone/" if [[ "${PV}" == *9999* ]]; then |