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 B6E6C138359 for ; Tue, 3 Nov 2020 18:38:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07BEEE0AB5; Tue, 3 Nov 2020 18:38:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E6D69E0AB5 for ; Tue, 3 Nov 2020 18:38:21 +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 252D13406C2 for ; Tue, 3 Nov 2020 18:38:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3DBA3C7 for ; Tue, 3 Nov 2020 18:38:18 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1604428687.a36867489b61a7146ee641c8e21d32487c557b51.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lutok/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lutok/lutok-0.4-r10.ebuild X-VCS-Directories: dev-lua/lutok/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: a36867489b61a7146ee641c8e21d32487c557b51 X-VCS-Branch: master Date: Tue, 3 Nov 2020 18:38:18 +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: 05a024e4-1ac5-4bad-8e8e-2d6f56ade930 X-Archives-Hash: b2c52edd08537dca3732e7af8b1be530 commit: a36867489b61a7146ee641c8e21d32487c557b51 Author: Mike Gilbert gentoo org> AuthorDate: Tue Nov 3 18:38:07 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Nov 3 18:38:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3686748 dev-lua/lutok: drop luajit support due to test failures Signed-off-by: Mike Gilbert gentoo.org> dev-lua/lutok/lutok-0.4-r10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/lutok/lutok-0.4-r10.ebuild b/dev-lua/lutok/lutok-0.4-r10.ebuild index d7b3ce48b51..a88f7f0ef0c 100644 --- a/dev-lua/lutok/lutok-0.4-r10.ebuild +++ b/dev-lua/lutok/lutok-0.4-r10.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -LUA_COMPAT=( luajit lua5-{1..4} ) +LUA_COMPAT=( lua5-{1..4} ) inherit lua-single