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 63AA613835A for ; Thu, 3 Dec 2020 13:50:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F61DE085A; Thu, 3 Dec 2020 13:50:24 +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 2670FE085A for ; Thu, 3 Dec 2020 13:50:24 +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 968B5341351 for ; Thu, 3 Dec 2020 13:50:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AF99477 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: <1607003387.c7676e86ad8bf449e5c345da29d93d4d1d903189.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-utf8/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lua-utf8/lua-utf8-0.1.3.ebuild X-VCS-Directories: dev-lua/lua-utf8/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: c7676e86ad8bf449e5c345da29d93d4d1d903189 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: da92fbb2-5720-47ae-a313-68411964b349 X-Archives-Hash: c582084b90f9c70bfdf70cbaf68ada5d commit: c7676e86ad8bf449e5c345da29d93d4d1d903189 Author: Marek Szuba gentoo org> AuthorDate: Thu Dec 3 13:34:22 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Dec 3 13:49:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7676e86 dev-lua/lua-utf8: limit unmigrated ebuilds to dev-lang/lua:0 Signed-off-by: Marek Szuba gentoo.org> dev-lua/lua-utf8/lua-utf8-0.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/lua-utf8/lua-utf8-0.1.3.ebuild b/dev-lua/lua-utf8/lua-utf8-0.1.3.ebuild index 0955c5894c4..f41c166ac3a 100644 --- a/dev-lua/lua-utf8/lua-utf8-0.1.3.ebuild +++ b/dev-lua/lua-utf8/lua-utf8-0.1.3.ebuild @@ -18,7 +18,7 @@ RESTRICT="!test? ( test )" RDEPEND=" luajit? ( dev-lang/luajit:2 ) - !luajit? ( >=dev-lang/lua-5.1:= ) + !luajit? ( >=dev-lang/lua-5.1:0= ) " DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig"