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 0EB5215808B for ; Mon, 4 Apr 2022 21:56:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B079E081B; Mon, 4 Apr 2022 21:56:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1D3EBE081B for ; Mon, 4 Apr 2022 21:56: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 68599341156 for ; Mon, 4 Apr 2022 21:56:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD066287 for ; Mon, 4 Apr 2022 21:56:28 +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: <1649109381.46304c70d7a441ea6828eeee5f9668edbf39a87b.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: 46304c70d7a441ea6828eeee5f9668edbf39a87b X-VCS-Branch: master Date: Mon, 4 Apr 2022 21:56:28 +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: d0b91388-02a3-49cd-831f-fb38b14a9b01 X-Archives-Hash: f316b77da78f6c48e0c63668f9ced591 commit: 46304c70d7a441ea6828eeee5f9668edbf39a87b Author: Matt Turner gentoo org> AuthorDate: Mon Apr 4 21:55:20 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Apr 4 21:56:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46304c70 profiles: Expand LUA_TARGETS Apparently I cannot use this syntax in profiles/? Bug: https://bugs.gentoo.org/795768 Signed-off-by: Matt Turner gentoo.org> profiles/base/package.use | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/base/package.use b/profiles/base/package.use index 44a35e649f07..ab74b282169a 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -4,10 +4,10 @@ # 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 +app-editors/neovim lua_single_target_luajit -lua_single_target_lua5-1 +dev-lua/luv lua_single_target_luajit -lua_single_target_lua5-1 +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