dev-scheme/cyclone: fix description

Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
Maciej Barć
2021-05-17 00:24:05 +02:00
parent 6a5e061884
commit 099b467c22
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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