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 80A7D1382C5 for ; Thu, 3 Dec 2020 13:11:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54D35E0876; Thu, 3 Dec 2020 13:11:43 +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 3078AE0870 for ; Thu, 3 Dec 2020 13:11:43 +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 D7931340DE1 for ; Thu, 3 Dec 2020 13:11:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42413477 for ; Thu, 3 Dec 2020 13:11:40 +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: <1607001063.53213bf91e837b9ffeb6e62f615dc442452af950.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua_cliargs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lua_cliargs/lua_cliargs-2.5_p5.ebuild dev-lua/lua_cliargs/lua_cliargs-3.0_p1.ebuild dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild X-VCS-Directories: dev-lua/lua_cliargs/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 53213bf91e837b9ffeb6e62f615dc442452af950 X-VCS-Branch: master Date: Thu, 3 Dec 2020 13:11:40 +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: d0daa29c-4437-4f0f-890c-dfdda19e0bd9 X-Archives-Hash: 8fe94f5414bd1222b16c3e93dd69b906 commit: 53213bf91e837b9ffeb6e62f615dc442452af950 Author: Marek Szuba gentoo org> AuthorDate: Thu Dec 3 12:59:47 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Dec 3 13:11:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53213bf9 dev-lua/lua_cliargs: limit unmigrated ebuilds to dev-lang/lua:0 Signed-off-by: Marek Szuba gentoo.org> dev-lua/lua_cliargs/lua_cliargs-2.5_p5.ebuild | 4 ++-- dev-lua/lua_cliargs/lua_cliargs-3.0_p1.ebuild | 4 ++-- dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-lua/lua_cliargs/lua_cliargs-2.5_p5.ebuild b/dev-lua/lua_cliargs/lua_cliargs-2.5_p5.ebuild index 70388002989..15cdc866d78 100644 --- a/dev-lua/lua_cliargs/lua_cliargs-2.5_p5.ebuild +++ b/dev-lua/lua_cliargs/lua_cliargs-2.5_p5.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 @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -COMMON_DEPEND=">=dev-lang/lua-5.1:=" +COMMON_DEPEND=">=dev-lang/lua-5.1:0=" DEPEND="${COMMON_DEPEND} virtual/pkgconfig" RDEPEND="${COMMON_DEPEND}" diff --git a/dev-lua/lua_cliargs/lua_cliargs-3.0_p1.ebuild b/dev-lua/lua_cliargs/lua_cliargs-3.0_p1.ebuild index dd6a99c24ac..d60495be4e4 100644 --- a/dev-lua/lua_cliargs/lua_cliargs-3.0_p1.ebuild +++ b/dev-lua/lua_cliargs/lua_cliargs-3.0_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="amd64 arm ppc ppc64 x86" IUSE="" -COMMON_DEPEND=">=dev-lang/lua-5.1:=" +COMMON_DEPEND=">=dev-lang/lua-5.1:0=" DEPEND="${COMMON_DEPEND} virtual/pkgconfig" RDEPEND="${COMMON_DEPEND}" diff --git a/dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild b/dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild index d5f6f4c1307..be2c348c046 100644 --- a/dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild +++ b/dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild @@ -20,7 +20,7 @@ KEYWORDS="~amd64 arm arm64 ppc ppc64 x86" IUSE="doc" BDEPEND="virtual/pkgconfig" -DEPEND=">=dev-lang/lua-5.1:=" +DEPEND=">=dev-lang/lua-5.1:0=" RDEPEND="${RDEPEND}" S="${WORKDIR}/${PN}-${MY_PV}"