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 365161382C5 for ; Thu, 3 Dec 2020 13:50:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59FEDE086E; Thu, 3 Dec 2020 13:50:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4587FE086E for ; Thu, 3 Dec 2020 13:50:25 +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 4B57B341352 for ; Thu, 3 Dec 2020 13:50:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A3A047D for ; Thu, 3 Dec 2020 13:50:21 +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: <1607003406.9a319ea5a4262e1a32b178990d97c6679f77aac1.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lanes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lanes/lanes-3.10.0.ebuild X-VCS-Directories: dev-lua/lanes/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 9a319ea5a4262e1a32b178990d97c6679f77aac1 X-VCS-Branch: master Date: Thu, 3 Dec 2020 13:50:21 +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: 2ea7f087-59ce-4fa8-9f51-2e65e4229b86 X-Archives-Hash: 727c0ce6bdd018c5ce5a14a1fc2d6e48 commit: 9a319ea5a4262e1a32b178990d97c6679f77aac1 Author: Marek Szuba gentoo org> AuthorDate: Thu Dec 3 13:39:54 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Dec 3 13:50:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a319ea5 dev-lua/lanes: limit unmigrated ebuilds to dev-lang/lua:0 Signed-off-by: Marek Szuba gentoo.org> dev-lua/lanes/lanes-3.10.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lua/lanes/lanes-3.10.0.ebuild b/dev-lua/lanes/lanes-3.10.0.ebuild index 0db398773e8..b801dd2bd23 100644 --- a/dev-lua/lanes/lanes-3.10.0.ebuild +++ b/dev-lua/lanes/lanes-3.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64" IUSE="" -COMMON_DEPEND=">=dev-lang/lua-5.1" +COMMON_DEPEND=">=dev-lang/lua-5.1:0=" DEPEND="${COMMON_DEPEND}" RDEPEND="${COMMON_DEPEND}"