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 7061213835A 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 C0AD2E0964; Mon, 30 Nov 2020 13:33:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9FAD0E0961 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 A63A134104C 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 CCDDD47B 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: <1606743172.2e19580ada03c9937eaa68bfcdb4b2946f583c3e.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luassert/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luassert/luassert-1.8.0-r101.ebuild X-VCS-Directories: dev-lua/luassert/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 2e19580ada03c9937eaa68bfcdb4b2946f583c3e 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: 95ce5f4a-0869-416d-b39d-2c97a5626d3a X-Archives-Hash: fee8d5fffb9b03e31e1a0c0219c8ec49 commit: 2e19580ada03c9937eaa68bfcdb4b2946f583c3e Author: Conrad Kostecki gentoo org> AuthorDate: Mon Nov 30 12:12:50 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Nov 30 13:32:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e19580a dev-lua/luassert: 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/luassert/luassert-1.8.0-r101.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lua/luassert/luassert-1.8.0-r101.ebuild b/dev-lua/luassert/luassert-1.8.0-r101.ebuild index a5902ef63a1..3237001fdad 100644 --- a/dev-lua/luassert/luassert-1.8.0-r101.ebuild +++ b/dev-lua/luassert/luassert-1.8.0-r101.ebuild @@ -19,14 +19,14 @@ REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )" RDEPEND=" - >=dev-lua/say-1.3_p1-r100[${LUA_USEDEP}] + dev-lua/say[${LUA_USEDEP}] ${LUA_DEPS} " BDEPEND=" virtual/pkgconfig test? ( - >=dev-lua/busted-2.0.0-r100[${LUA_USEDEP}] + dev-lua/busted[${LUA_USEDEP}] ${RDEPEND} ) "