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 6E00D1382C5 for ; Mon, 30 Nov 2020 13:33:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC8D6E0960; Mon, 30 Nov 2020 13:33:07 +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 A149FE0963 for ; Mon, 30 Nov 2020 13:33:07 +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 A408634104B for ; Mon, 30 Nov 2020 13:33:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9F6E47A 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: <1606743171.1cd2d3c6d7f3a7e57702f5a4335e1730956d5f29.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.23.0-r100.ebuild X-VCS-Directories: dev-lua/luacheck/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 1cd2d3c6d7f3a7e57702f5a4335e1730956d5f29 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: c7a831e3-6241-4b03-8ef6-19a3069898a4 X-Archives-Hash: c423bc74f6336b52e036efb16cf62890 commit: 1cd2d3c6d7f3a7e57702f5a4335e1730956d5f29 Author: Conrad Kostecki gentoo org> AuthorDate: Mon Nov 30 12:11:25 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Nov 30 13:32:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd2d3c6 dev-lua/luacheck: 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/luacheck/luacheck-0.23.0-r100.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lua/luacheck/luacheck-0.23.0-r100.ebuild b/dev-lua/luacheck/luacheck-0.23.0-r100.ebuild index 995faeb6e69..d39540a1c32 100644 --- a/dev-lua/luacheck/luacheck-0.23.0-r100.ebuild +++ b/dev-lua/luacheck/luacheck-0.23.0-r100.ebuild @@ -18,9 +18,9 @@ IUSE="doc test" RESTRICT="!test? ( test )" RDEPEND=" - >=dev-lua/lua-argparse-0.6.0-r100[${LUA_USEDEP}] - >=dev-lua/lua-utf8-0.1.3-r100[${LUA_USEDEP}] - >=dev-lua/luafilesystem-1.8.0-r100[${LUA_USEDEP}] + dev-lua/lua-argparse[${LUA_USEDEP}] + dev-lua/lua-utf8[${LUA_USEDEP}] + dev-lua/luafilesystem[${LUA_USEDEP}] " DEPEND="${RDEPEND}"