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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4DC60158043 for ; Wed, 27 Mar 2024 11:01:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6960DE2A2E; Wed, 27 Mar 2024 11:01:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DD4DE2A2E for ; Wed, 27 Mar 2024 11:01:43 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80055343003 for ; Wed, 27 Mar 2024 11:01:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE0A2B29 for ; Wed, 27 Mar 2024 11:01:40 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1711537267.e758a19d1ddc502a1782c6fb85fdd1ae64578d48.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shellcheck-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/shellcheck-bin/shellcheck-bin-0.10.0.ebuild X-VCS-Directories: dev-util/shellcheck-bin/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: e758a19d1ddc502a1782c6fb85fdd1ae64578d48 X-VCS-Branch: master Date: Wed, 27 Mar 2024 11:01:40 +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: 4ca8c210-fe73-4e76-be6b-27397b0fe0d1 X-Archives-Hash: faf412af4a7bb02884bf54b88517cbe7 commit: e758a19d1ddc502a1782c6fb85fdd1ae64578d48 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Mar 27 09:06:00 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Mar 27 11:01:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e758a19d dev-util/shellcheck-bin: stabilize 0.10.0 for amd64 Signed-off-by: Ionen Wolkens gentoo.org> dev-util/shellcheck-bin/shellcheck-bin-0.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shellcheck-bin/shellcheck-bin-0.10.0.ebuild b/dev-util/shellcheck-bin/shellcheck-bin-0.10.0.ebuild index 4276065956d4..086ffc2e6c13 100644 --- a/dev-util/shellcheck-bin/shellcheck-bin-0.10.0.ebuild +++ b/dev-util/shellcheck-bin/shellcheck-bin-0.10.0.ebuild @@ -17,7 +17,7 @@ S=${WORKDIR}/${SC_P} LICENSE="GPL-3+" SLOT="0" -KEYWORDS="-* ~amd64 ~arm ~arm64" +KEYWORDS="-* amd64 ~arm ~arm64" RDEPEND="!dev-util/shellcheck"