commit: 099b467c22994a7d3e2a75649ec1bb11a8121fb8 Author: Maciej Barć <xgqt <AT> riseup <DOT> net> AuthorDate: Sun May 16 22:24:05 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun May 16 22:24:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=099b467c
dev-scheme/cyclone: fix description Signed-off-by: Maciej Barć <xgqt <AT> riseup.net> dev-scheme/cyclone/cyclone-0.28.0.ebuild | 4 ++-- 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
