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 E665B13835B for ; Thu, 3 Dec 2020 12:54:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 235CCE0864; Thu, 3 Dec 2020 12:54:46 +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 0CB9FE0864 for ; Thu, 3 Dec 2020 12:54:46 +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 09F16341363 for ; Thu, 3 Dec 2020 12:54:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2995A47A for ; Thu, 3 Dec 2020 12:54:42 +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: <1607000061.f8776358ec79209eb3e09a45ff29223182f66597.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/toluapp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/toluapp/toluapp-1.0.93_p20190513-r1.ebuild X-VCS-Directories: dev-lua/toluapp/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: f8776358ec79209eb3e09a45ff29223182f66597 X-VCS-Branch: master Date: Thu, 3 Dec 2020 12:54:42 +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: cf63c952-71ac-4645-9cc4-a37ff522d2a1 X-Archives-Hash: 07331ceea6732c60315db2c1cfc686f3 commit: f8776358ec79209eb3e09a45ff29223182f66597 Author: Marek Szuba gentoo org> AuthorDate: Thu Dec 3 12:48:24 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Dec 3 12:54:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8776358 dev-lua/toluapp: limit unmigrated ebuilds to dev-lang/lua:0 Signed-off-by: Marek Szuba gentoo.org> dev-lua/toluapp/toluapp-1.0.93_p20190513-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/toluapp/toluapp-1.0.93_p20190513-r1.ebuild b/dev-lua/toluapp/toluapp-1.0.93_p20190513-r1.ebuild index e57605b296a..66740e80284 100644 --- a/dev-lua/toluapp/toluapp-1.0.93_p20190513-r1.ebuild +++ b/dev-lua/toluapp/toluapp-1.0.93_p20190513-r1.ebuild @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" IUSE="" -RDEPEND="=dev-lang/lua-5.1*:=[deprecated]" +RDEPEND="=dev-lang/lua-5.1*:0=[deprecated]" DEPEND="${RDEPEND}" S="${WORKDIR}/${PN}-${COMMIT_ID}"