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 BD8861382C5 for ; Thu, 3 Dec 2020 22:58:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCF53E086A; Thu, 3 Dec 2020 22:58:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C0B3FE086A for ; Thu, 3 Dec 2020 22:58:08 +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 756C433FD24 for ; Thu, 3 Dec 2020 22:58:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0358D38A for ; Thu, 3 Dec 2020 22:58:06 +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: <1607036119.14a7a66110e29a8cbd88623fd3691e2f83a0f494.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/lsyncd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/lsyncd/lsyncd-2.2.0.ebuild app-admin/lsyncd/lsyncd-2.2.1.ebuild app-admin/lsyncd/lsyncd-2.2.2.ebuild app-admin/lsyncd/lsyncd-2.2.3.ebuild X-VCS-Directories: app-admin/lsyncd/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 14a7a66110e29a8cbd88623fd3691e2f83a0f494 X-VCS-Branch: master Date: Thu, 3 Dec 2020 22:58:06 +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: 309c50f2-5462-4ecb-b4cb-2682962cbbe4 X-Archives-Hash: 0c2eb9506541823b4ade153e04b25a28 commit: 14a7a66110e29a8cbd88623fd3691e2f83a0f494 Author: Marek Szuba gentoo org> AuthorDate: Thu Dec 3 22:11:00 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Dec 3 22:55:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a7a661 app-admin/lsyncd: limit unmigrated ebuilds to dev-lang/lua:0 ...with the exception of 2.2.3, which is masked due to requiring at least lua-5.2. Signed-off-by: Marek Szuba gentoo.org> app-admin/lsyncd/lsyncd-2.2.0.ebuild | 4 ++-- app-admin/lsyncd/lsyncd-2.2.1.ebuild | 4 ++-- app-admin/lsyncd/lsyncd-2.2.2.ebuild | 4 ++-- app-admin/lsyncd/lsyncd-2.2.3.ebuild | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app-admin/lsyncd/lsyncd-2.2.0.ebuild b/app-admin/lsyncd/lsyncd-2.2.0.ebuild index 3819d469946..6fcf0da3b93 100644 --- a/app-admin/lsyncd/lsyncd-2.2.0.ebuild +++ b/app-admin/lsyncd/lsyncd-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -CDEPEND=">=dev-lang/lua-5.1[deprecated]" +CDEPEND=">=dev-lang/lua-5.1:0=[deprecated]" DEPEND="${CDEPEND} app-text/asciidoc virtual/pkgconfig" diff --git a/app-admin/lsyncd/lsyncd-2.2.1.ebuild b/app-admin/lsyncd/lsyncd-2.2.1.ebuild index fe75a2d6c54..13a978ad2fd 100644 --- a/app-admin/lsyncd/lsyncd-2.2.1.ebuild +++ b/app-admin/lsyncd/lsyncd-2.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -CDEPEND=">=dev-lang/lua-5.1[deprecated]" +CDEPEND=">=dev-lang/lua-5.1:0=[deprecated]" DEPEND="${CDEPEND} app-text/asciidoc virtual/pkgconfig" diff --git a/app-admin/lsyncd/lsyncd-2.2.2.ebuild b/app-admin/lsyncd/lsyncd-2.2.2.ebuild index fe75a2d6c54..13a978ad2fd 100644 --- a/app-admin/lsyncd/lsyncd-2.2.2.ebuild +++ b/app-admin/lsyncd/lsyncd-2.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -CDEPEND=">=dev-lang/lua-5.1[deprecated]" +CDEPEND=">=dev-lang/lua-5.1:0=[deprecated]" DEPEND="${CDEPEND} app-text/asciidoc virtual/pkgconfig" diff --git a/app-admin/lsyncd/lsyncd-2.2.3.ebuild b/app-admin/lsyncd/lsyncd-2.2.3.ebuild index 67ccfb4ab94..9b83dd0fc77 100644 --- a/app-admin/lsyncd/lsyncd-2.2.3.ebuild +++ b/app-admin/lsyncd/lsyncd-2.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6"