From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1271862-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D1891382C5 for <garchives@archives.gentoo.org>; Fri, 16 Apr 2021 21:29:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8132E0827; Fri, 16 Apr 2021 21:29:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E210E0827 for <gentoo-commits@lists.gentoo.org>; Fri, 16 Apr 2021 21:29:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6CE933407E6 for <gentoo-commits@lists.gentoo.org>; Fri, 16 Apr 2021 21:29:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA63D64A for <gentoo-commits@lists.gentoo.org>; Fri, 16 Apr 2021 21:29:54 +0000 (UTC) From: "Conrad Kostecki" <conikost@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" <conikost@gentoo.org> Message-ID: <1618608584.c4f4fa3755da1810cf1ecbb5d34e37645f0318c6.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luacheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luacheck/luacheck-0.24.0.ebuild X-VCS-Directories: dev-lua/luacheck/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c4f4fa3755da1810cf1ecbb5d34e37645f0318c6 X-VCS-Branch: master Date: Fri, 16 Apr 2021 21:29:54 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4376ebe4-8a93-4522-a479-a124673b6d04 X-Archives-Hash: a633bbf004a7d9fcd4428326b3e655e7 commit: c4f4fa3755da1810cf1ecbb5d34e37645f0318c6 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Fri Apr 16 21:27:54 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Apr 16 21:29:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f4fa37 dev-lua/luacheck: stable ALLARCHES Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-lua/luacheck/luacheck-0.24.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/luacheck/luacheck-0.24.0.ebuild b/dev-lua/luacheck/luacheck-0.24.0.ebuild index d84d6ffe301..bc02418c3d8 100644 --- a/dev-lua/luacheck/luacheck-0.24.0.ebuild +++ b/dev-lua/luacheck/luacheck-0.24.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/luarocks/luacheck/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="doc test" RESTRICT="!test? ( test )"