From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4DDAD158094 for ; Wed, 6 Jul 2022 12:52:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84F75E0CEA; Wed, 6 Jul 2022 12:52:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5AC25E0CEA for ; Wed, 6 Jul 2022 12:52:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A4C734142A for ; Wed, 6 Jul 2022 12:52:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82F2C4F7 for ; Wed, 6 Jul 2022 12:52:14 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1657111918.10fb1a9045f8222bf07b04b656dd4e50edc46ace.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/eisl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/eisl/eisl-2.50.ebuild X-VCS-Directories: dev-lang/eisl/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 10fb1a9045f8222bf07b04b656dd4e50edc46ace X-VCS-Branch: master Date: Wed, 6 Jul 2022 12:52:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0f049eb1-38b9-40d8-8146-d8793c376bf5 X-Archives-Hash: aeed137aea40542d5f71c4538aca236b commit: 10fb1a9045f8222bf07b04b656dd4e50edc46ace Author: Maciej Barć gentoo org> AuthorDate: Wed Jul 6 12:51:58 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Jul 6 12:51:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10fb1a90 dev-lang/eisl: fix DESCRIPTION Signed-off-by: Maciej Barć gentoo.org> 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 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"