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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 462A81382C5 for ; Wed, 21 Apr 2021 21:03:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50727E0872; Wed, 21 Apr 2021 21:03:36 +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 395A1E0872 for ; Wed, 21 Apr 2021 21:03:36 +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 6E1E73410D9 for ; Wed, 21 Apr 2021 21:03:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B556071B for ; Wed, 21 Apr 2021 21:03:32 +0000 (UTC) From: "Conrad Kostecki" 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" Message-ID: <1619038973.9784b9c944a6b52e5bc36ba1187b3af82d1af16f.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luasystem/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild X-VCS-Directories: dev-lua/luasystem/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 9784b9c944a6b52e5bc36ba1187b3af82d1af16f X-VCS-Branch: master Date: Wed, 21 Apr 2021 21:03:32 +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: b3a0e948-2377-4e4b-aa63-f488137dafce X-Archives-Hash: 488f3c1a22754d9ea3a88d66e825b043 commit: 9784b9c944a6b52e5bc36ba1187b3af82d1af16f Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:59:33 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 21:02:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9784b9c9 dev-lua/luasystem: 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 gentoo.org> dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild b/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild index 8eb4071008f..005889f82ce 100644 --- a/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild +++ b/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild @@ -26,6 +26,7 @@ BDEPEND=" virtual/pkgconfig test? ( dev-lua/busted[${LUA_USEDEP}] + dev-lua/lua_cliargs[${LUA_USEDEP}] ${RDEPEND} ) "