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 16E5113835B for ; Mon, 30 Nov 2020 01:08:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CC71E0875; Mon, 30 Nov 2020 01:08:41 +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 1568BE0875 for ; Mon, 30 Nov 2020 01:08:40 +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 AB80C34138D for ; Mon, 30 Nov 2020 01:08:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC3FD473 for ; Mon, 30 Nov 2020 01:08:37 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1606698503.f05098a0f77bedfe4259412a9f1b8de0936c4ff1.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luarocks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luarocks/luarocks-3.4.0-r100.ebuild X-VCS-Directories: dev-lua/luarocks/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: f05098a0f77bedfe4259412a9f1b8de0936c4ff1 X-VCS-Branch: master Date: Mon, 30 Nov 2020 01:08:37 +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: 44336b51-4182-499a-ba81-1fdb43d96ab2 X-Archives-Hash: b606dd542b21b544288d8fd7ec14c269 commit: f05098a0f77bedfe4259412a9f1b8de0936c4ff1 Author: Marek Szuba gentoo org> AuthorDate: Mon Nov 30 00:32:14 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Nov 30 01:08:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05098a0 dev-lua/luarocks: remove dev-lua/busted{,-htest} version requirement The LUA_USEDEP bit is sufficient to pull in a version migrated to Lua eclasses, regardless of whether either of these gets updated to a new release before we unmask slotted Lua or not. Signed-off-by: Marek Szuba gentoo.org> dev-lua/luarocks/luarocks-3.4.0-r100.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild b/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild index 3b7a34e19e0..ac482071bc6 100644 --- a/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild +++ b/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild @@ -30,8 +30,8 @@ DEPEND=" BDEPEND=" virtual/pkgconfig test? ( - $(lua_gen_cond_dep '>=dev-lua/busted-2.0.0-r100[${LUA_USEDEP}]') - $(lua_gen_cond_dep '>=dev-lua/busted-htest-1.0.0-r100[${LUA_USEDEP}]') + $(lua_gen_cond_dep 'dev-lua/busted[${LUA_USEDEP}]') + $(lua_gen_cond_dep 'dev-lua/busted-htest[${LUA_USEDEP}]') ${RDEPEND} ) "