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 E700915A7D9 for ; Fri, 17 Mar 2023 18:23:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 753ED2BC2BF; Fri, 17 Mar 2023 18:23:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 629552BC2BF for ; Fri, 17 Mar 2023 18:23:39 +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 8212F3412FD for ; Fri, 17 Mar 2023 18:23:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B6438F1 for ; Fri, 17 Mar 2023 18:23:35 +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: <1679077348.5784c6fb8ca1e6bfeaf91be5c9d13e17a3ab97b3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shellcheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/shellcheck/shellcheck-0.9.0.ebuild X-VCS-Directories: dev-util/shellcheck/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5784c6fb8ca1e6bfeaf91be5c9d13e17a3ab97b3 X-VCS-Branch: master Date: Fri, 17 Mar 2023 18:23:35 +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: 2520c9f2-a2f2-4217-8bca-4326a6477dcf X-Archives-Hash: d7e9e49f00e97a8fb3d833806f21e538 commit: 5784c6fb8ca1e6bfeaf91be5c9d13e17a3ab97b3 Author: hololeap users noreply github com> AuthorDate: Wed Mar 15 23:45:22 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 17 18:22:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5784c6fb dev-util/shellcheck: Stabilize for amd64 Signed-off-by: hololeap users.noreply.github.com> Signed-off-by: Sam James gentoo.org> dev-util/shellcheck/shellcheck-0.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shellcheck/shellcheck-0.9.0.ebuild b/dev-util/shellcheck/shellcheck-0.9.0.ebuild index 3dbd4bed3313..5346582375d4 100644 --- a/dev-util/shellcheck/shellcheck-0.9.0.ebuild +++ b/dev-util/shellcheck/shellcheck-0.9.0.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://www.shellcheck.net/" LICENSE="GPL-3" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND=">=dev-haskell/aeson-1.4.0:=[profile?] =dev-haskell/diff-0.4.0:=[profile?]