From 10fb1a9045f8222bf07b04b656dd4e50edc46ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Wed, 6 Jul 2022 14:51:58 +0200 Subject: [PATCH] dev-lang/eisl: fix DESCRIPTION MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- dev-lang/eisl/eisl-2.50.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/eisl/eisl-2.50.ebuild b/dev-lang/eisl/eisl-2.50.ebuild index fcc0fddcbb372..cad52bf1c3f03 100644 --- a/dev-lang/eisl/eisl-2.50.ebuild +++ b/dev-lang/eisl/eisl-2.50.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit toolchain-funcs -DESCRIPTION="Interpreter and compiler compatible for the ISLisp standard" +DESCRIPTION="Interpreter and compiler compatible with the ISLisp standard" HOMEPAGE="https://github.com/sasagawa888/eisl/" SRC_URI="https://github.com/sasagawa888/eisl/archive/v${PV}.tar.gz -> ${P}.tar.gz"