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 B85A81382C5 for ; Mon, 30 Nov 2020 13:33:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2156E094F; Mon, 30 Nov 2020 13:33:05 +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 D60CDE0949 for ; Mon, 30 Nov 2020 13:33:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8699B340DA1 for ; Mon, 30 Nov 2020 13:33:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DB113A6 for ; Mon, 30 Nov 2020 13:33:03 +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: <1606743163.81283ca1559dd87603e9da0b06b6520101afba88.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/busted/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/busted/busted-2.0.0-r101.ebuild X-VCS-Directories: dev-lua/busted/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 81283ca1559dd87603e9da0b06b6520101afba88 X-VCS-Branch: master Date: Mon, 30 Nov 2020 13:33:03 +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: 301fd099-d02e-430c-a9ae-200e7a20971d X-Archives-Hash: 3fe3465c71c9c65215d378d7d85ea29e commit: 81283ca1559dd87603e9da0b06b6520101afba88 Author: Conrad Kostecki gentoo org> AuthorDate: Mon Nov 30 11:39:05 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Nov 30 13:32:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81283ca1 dev-lua/busted: remove lua deps 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. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/busted/busted-2.0.0-r101.ebuild | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/dev-lua/busted/busted-2.0.0-r101.ebuild b/dev-lua/busted/busted-2.0.0-r101.ebuild index 22652c4ffdf..4ccbce376e4 100644 --- a/dev-lua/busted/busted-2.0.0-r101.ebuild +++ b/dev-lua/busted/busted-2.0.0-r101.ebuild @@ -19,15 +19,15 @@ REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )" RDEPEND=" - >=dev-lua/lua_cliargs-3.0_p2-r100[${LUA_USEDEP}] - >=dev-lua/luafilesystem-1.8.0-r100[${LUA_USEDEP}] - >=dev-lua/luasystem-0.2.1_p0-r100[${LUA_USEDEP}] - >=dev-lua/dkjson-2.5-r100[${LUA_USEDEP}] - >=dev-lua/say-1.3_p1-r100[${LUA_USEDEP}] - >=dev-lua/luassert-1.8.0-r100[${LUA_USEDEP}] - >=dev-lua/lua-term-0.7-r100[${LUA_USEDEP}] - >=dev-lua/penlight-1.7.0-r100[${LUA_USEDEP}] - >=dev-lua/mediator_lua-1.1.2_p0-r100[${LUA_USEDEP}] + dev-lua/lua_cliargs[${LUA_USEDEP}] + dev-lua/luafilesystem[${LUA_USEDEP}] + dev-lua/luasystem[${LUA_USEDEP}] + dev-lua/dkjson[${LUA_USEDEP}] + dev-lua/say[${LUA_USEDEP}] + dev-lua/luassert[${LUA_USEDEP}] + dev-lua/lua-term[${LUA_USEDEP}] + dev-lua/penlight[${LUA_USEDEP}] + dev-lua/mediator_lua[${LUA_USEDEP}] ${LUA_DEPS} " @@ -36,7 +36,7 @@ DEPEND="${RDEPEND}" BDEPEND=" virtual/pkgconfig test? ( - >=dev-lua/busted-2.0.0-r100 + dev-lua/busted ${RDEPEND} ) "