From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1273760-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 7FC571382C5 for <garchives@archives.gentoo.org>; Wed, 21 Apr 2021 21:03:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7869E086C; Wed, 21 Apr 2021 21:03:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9DF8AE0857 for <gentoo-commits@lists.gentoo.org>; Wed, 21 Apr 2021 21:03:35 +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 337813410D8 for <gentoo-commits@lists.gentoo.org>; Wed, 21 Apr 2021 21:03:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79C8D5C9 for <gentoo-commits@lists.gentoo.org>; Wed, 21 Apr 2021 21:03:32 +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: <1619038970.162440b37abf1087555a653cbc3a50184d6a944e.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: 162440b37abf1087555a653cbc3a50184d6a944e X-VCS-Branch: master Date: Wed, 21 Apr 2021 21:03:32 +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: 3ef7aeb4-0af7-4ea8-8f87-82921e799989 X-Archives-Hash: 675c2a5cdc0f6ae2bfd4ee91d7060880 commit: 162440b37abf1087555a653cbc3a50184d6a944e Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Wed Apr 21 20:55:43 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Wed Apr 21 21:02:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162440b3 dev-lua/luacheck: add missing cliargs for test Bug: https://bugs.gentoo.org/784848 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lua/luacheck/luacheck-0.24.0.ebuild b/dev-lua/luacheck/luacheck-0.24.0.ebuild index baaa8dfdfa5..b74b9ffb905 100644 --- a/dev-lua/luacheck/luacheck-0.24.0.ebuild +++ b/dev-lua/luacheck/luacheck-0.24.0.ebuild @@ -30,6 +30,7 @@ BDEPEND=" doc? ( dev-python/sphinx ) test? ( dev-lua/busted[${LUA_USEDEP}] + dev-lua/lua_cliargs[${LUA_USEDEP}] ${RDEPEND} ) "