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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E6A415808B for ; Mon, 4 Apr 2022 21:37:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3E38E081B; Mon, 4 Apr 2022 21:37:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8DD9E081B for ; Mon, 4 Apr 2022 21:37:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D64B34113E for ; Mon, 4 Apr 2022 21:37:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D428C2D7 for ; Mon, 4 Apr 2022 21:37:29 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1649108232.89b6ec419c5d45364bf2b051246e19f908630661.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use X-VCS-Directories: profiles/base/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 89b6ec419c5d45364bf2b051246e19f908630661 X-VCS-Branch: master Date: Mon, 4 Apr 2022 21:37:29 +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: 600fb81e-b2b7-48a3-aa5e-6e3879aa650d X-Archives-Hash: 5ceebe8a95364536bb3b0a667b5759de commit: 89b6ec419c5d45364bf2b051246e19f908630661 Author: Matt Turner gentoo org> AuthorDate: Fri Apr 1 01:41:35 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Apr 4 21:37:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b6ec41 profiles: Prefer luajit for app-editors/neovim Closes: https://bugs.gentoo.org/795768 Closes: https://github.com/gentoo/gentoo/pull/24842 Signed-off-by: Matt Turner gentoo.org> profiles/base/package.use | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/profiles/base/package.use b/profiles/base/package.use index 578d19fbb242..44a35e649f07 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1,6 +1,14 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Turner (2022-03-31) +# Default to luajit, since that is what upstream recommends. Bug #795768. +# See https://github.com/neovim/neovim/wiki/Building-Neovim#third-party-dependencies +app-editors/neovim LUA_SINGLE_TARGET: -* luajit +dev-lua/luv LUA_SINGLE_TARGET: -* luajit +dev-lua/lpeg LUA_TARGETS: luajit +dev-lua/mpack LUA_TARGETS: luajit + # Sam James (2021-10-14) # Unconditional dependency on >= Lua 5.3, so let's just pick 5.4 >=app-arch/rpm-4.17.0 lua_single_target_lua5-4