diff options
author | 2022-07-06 14:51:58 +0200 | |
---|---|---|
committer | 2022-07-06 14:51:58 +0200 | |
commit | 10fb1a9045f8222bf07b04b656dd4e50edc46ace (patch) | |
tree | 459742872b73a52331b05093b2f10dd0c7fcf688 /dev-lang | |
parent | dev-lang/eisl: new package; add version 2.50 (diff) | |
download | gentoo-10fb1a9045f8222bf07b04b656dd4e50edc46ace.tar.gz gentoo-10fb1a9045f8222bf07b04b656dd4e50edc46ace.tar.bz2 gentoo-10fb1a9045f8222bf07b04b656dd4e50edc46ace.zip |
dev-lang/eisl: fix DESCRIPTION
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/eisl/eisl-2.50.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/eisl/eisl-2.50.ebuild b/dev-lang/eisl/eisl-2.50.ebuild index fcc0fddcbb37..cad52bf1c3f0 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" |