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 EBDD8158009 for ; Sat, 17 Jun 2023 15:13:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4ABCE095F; Sat, 17 Jun 2023 15:13:24 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CABF3E095F for ; Sat, 17 Jun 2023 15:13:24 +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 7C3B0340EDE for ; Sat, 17 Jun 2023 15:13:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE07AA9F for ; Sat, 17 Jun 2023 15:13:20 +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: <1687014768.769d319dc8e266e777e92ba8eaebb55bcedd6922.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/crystal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/crystal/crystal-1.8.2.ebuild X-VCS-Directories: dev-lang/crystal/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 769d319dc8e266e777e92ba8eaebb55bcedd6922 X-VCS-Branch: master Date: Sat, 17 Jun 2023 15:13:20 +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: fae650f3-ca38-456e-8aaf-22a4cd5a0163 X-Archives-Hash: a027308afcba188cf17a2b5115782ca1 commit: 769d319dc8e266e777e92ba8eaebb55bcedd6922 Author: Sam James gentoo org> AuthorDate: Sat Jun 17 15:12:48 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 17 15:12:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=769d319d dev-lang/crystal: Stabilize 1.8.2 amd64, #908679 Signed-off-by: Sam James gentoo.org> dev-lang/crystal/crystal-1.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/crystal/crystal-1.8.2.ebuild b/dev-lang/crystal/crystal-1.8.2.ebuild index 25200cbd691a..8ceb5a40846b 100644 --- a/dev-lang/crystal/crystal-1.8.2.ebuild +++ b/dev-lang/crystal/crystal-1.8.2.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/crystal-lang/crystal/archive/${PV}.tar.gz -> ${P}.ta LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="doc debug llvm-libunwind" # Upstream test suite not reliable