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 5FEA9158086 for ; Thu, 14 Oct 2021 10:35:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86CE4E0920; Thu, 14 Oct 2021 10:35:38 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E505E0920 for ; Thu, 14 Oct 2021 10:35:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A658342D9A for ; Thu, 14 Oct 2021 10:35:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7DE2151 for ; Thu, 14 Oct 2021 10:35:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1634207724.dab57dc0ebc56cb66110f5e9fb7f1dfc17d8fc0d.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dab57dc0ebc56cb66110f5e9fb7f1dfc17d8fc0d X-VCS-Branch: master Date: Thu, 14 Oct 2021 10:35:35 +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: a2eda5b3-6b41-43d8-8f6d-9df668cab416 X-Archives-Hash: 29ad6687446da696ac3e28152e05d907 commit: dab57dc0ebc56cb66110f5e9fb7f1dfc17d8fc0d Author: Sam James gentoo org> AuthorDate: Thu Oct 14 10:34:44 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 14 10:35:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab57dc0 profiles/base: enable Lua 5.4 for newer RPM Signed-off-by: Sam James gentoo.org> profiles/base/package.use | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use b/profiles/base/package.use index 2eb93144eb9..578d19fbb24 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# 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 + # Niklāvs Koļesņikovs <89q1r14hd@relay.firefox.com> (2021-09-13) # WirePlumber obligatory links and embeds either Lua 5.3 or 5.4 # interpreter with the later being the upstream default.