Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/eisl/
Date: Wed, 06 Jul 2022 12:52:18
Message-Id: 1657111918.10fb1a9045f8222bf07b04b656dd4e50edc46ace.xgqt@gentoo
1 commit: 10fb1a9045f8222bf07b04b656dd4e50edc46ace
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 6 12:51:58 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 6 12:51:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10fb1a90
7
8 dev-lang/eisl: fix DESCRIPTION
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 dev-lang/eisl/eisl-2.50.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lang/eisl/eisl-2.50.ebuild b/dev-lang/eisl/eisl-2.50.ebuild
16 index fcc0fddcbb37..cad52bf1c3f0 100644
17 --- a/dev-lang/eisl/eisl-2.50.ebuild
18 +++ b/dev-lang/eisl/eisl-2.50.ebuild
19 @@ -5,7 +5,7 @@ EAPI=8
20
21 inherit toolchain-funcs
22
23 -DESCRIPTION="Interpreter and compiler compatible for the ISLisp standard"
24 +DESCRIPTION="Interpreter and compiler compatible with the ISLisp standard"
25 HOMEPAGE="https://github.com/sasagawa888/eisl/"
26 SRC_URI="https://github.com/sasagawa888/eisl/archive/v${PV}.tar.gz
27 -> ${P}.tar.gz"