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 6018913835A for ; Thu, 3 Dec 2020 22:58:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74ADCE08C3; Thu, 3 Dec 2020 22:58:09 +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 46ABDE08C3 for ; Thu, 3 Dec 2020 22:58:09 +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 A3B1A3411A0 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 2A464468 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: <1607036125.4b58f0b00088f9b87e808a9f67420066aefeabef.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/scite/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/scite/scite-4.2.1.ebuild app-editors/scite/scite-4.3.3.ebuild app-editors/scite/scite-4.4.4.ebuild X-VCS-Directories: app-editors/scite/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 4b58f0b00088f9b87e808a9f67420066aefeabef 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: 1430fed8-1ed9-472e-a10b-bc381b145c2c X-Archives-Hash: 107d4e94e7f36d302af920ba7f3b050f commit: 4b58f0b00088f9b87e808a9f67420066aefeabef Author: Marek Szuba gentoo org> AuthorDate: Thu Dec 3 22:24:29 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Dec 3 22:55:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b58f0b0 app-editors/scite: limit unmigrated ebuilds to dev-lang/lua:0 Signed-off-by: Marek Szuba gentoo.org> app-editors/scite/scite-4.2.1.ebuild | 2 +- app-editors/scite/scite-4.3.3.ebuild | 2 +- app-editors/scite/scite-4.4.4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-editors/scite/scite-4.2.1.ebuild b/app-editors/scite/scite-4.2.1.ebuild index 648761d8d38..b235fe2b806 100644 --- a/app-editors/scite/scite-4.2.1.ebuild +++ b/app-editors/scite/scite-4.2.1.ebuild @@ -21,7 +21,7 @@ RDEPEND=" x11-libs/gdk-pixbuf x11-libs/gtk+:3= x11-libs/pango - lua? ( >=dev-lang/lua-5:= )" + lua? ( >=dev-lang/lua-5:0= )" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/app-editors/scite/scite-4.3.3.ebuild b/app-editors/scite/scite-4.3.3.ebuild index 9878fd6a6b6..791fb5eabe6 100644 --- a/app-editors/scite/scite-4.3.3.ebuild +++ b/app-editors/scite/scite-4.3.3.ebuild @@ -20,7 +20,7 @@ RDEPEND=" x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/pango - lua? ( >=dev-lang/lua-5:= )" + lua? ( >=dev-lang/lua-5:0= )" DEPEND="${RDEPEND}" diff --git a/app-editors/scite/scite-4.4.4.ebuild b/app-editors/scite/scite-4.4.4.ebuild index 9878fd6a6b6..791fb5eabe6 100644 --- a/app-editors/scite/scite-4.4.4.ebuild +++ b/app-editors/scite/scite-4.4.4.ebuild @@ -20,7 +20,7 @@ RDEPEND=" x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/pango - lua? ( >=dev-lang/lua-5:= )" + lua? ( >=dev-lang/lua-5:0= )" DEPEND="${RDEPEND}"