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 8BC8C158011 for ; Tue, 7 Feb 2023 23:06:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4618E079E; Tue, 7 Feb 2023 23:06:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C05A6E079E for ; Tue, 7 Feb 2023 23:06:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03602335D8D for ; Tue, 7 Feb 2023 23:06:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14A8F8AA for ; Tue, 7 Feb 2023 23:06:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1675811165.765a5251f9fc2388ec6c1e6081c48ee97c9706ca.sam@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.69.ebuild X-VCS-Directories: dev-lang/eisl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 765a5251f9fc2388ec6c1e6081c48ee97c9706ca X-VCS-Branch: master Date: Tue, 7 Feb 2023 23:06:26 +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: 70cc8ff8-d66c-41fd-a1b6-577a778eeaab X-Archives-Hash: 664f18ae7f3b67ee55c8b5d83726c876 commit: 765a5251f9fc2388ec6c1e6081c48ee97c9706ca Author: Sam James gentoo org> AuthorDate: Tue Feb 7 23:06:05 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 7 23:06:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=765a5251 dev-lang/eisl: Stabilize 2.69 amd64, #893548 Signed-off-by: Sam James gentoo.org> dev-lang/eisl/eisl-2.69.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/eisl/eisl-2.69.ebuild b/dev-lang/eisl/eisl-2.69.ebuild index 97bd3630d4a3..737f99d4990a 100644 --- a/dev-lang/eisl/eisl-2.69.ebuild +++ b/dev-lang/eisl/eisl-2.69.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/sasagawa888/eisl/archive/v${PV}.tar.gz LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RESTRICT="test" # Tests run cppcheck (and fail) DOCS=( README{,-ja}.md documents )