Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Thu, 14 Oct 2021 10:35:39
Message-Id: 1634207724.dab57dc0ebc56cb66110f5e9fb7f1dfc17d8fc0d.sam@gentoo
1 commit: dab57dc0ebc56cb66110f5e9fb7f1dfc17d8fc0d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 10:34:44 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 10:35:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab57dc0
7
8 profiles/base: enable Lua 5.4 for newer RPM
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 profiles/base/package.use | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/profiles/base/package.use b/profiles/base/package.use
16 index 2eb93144eb9..578d19fbb24 100644
17 --- a/profiles/base/package.use
18 +++ b/profiles/base/package.use
19 @@ -1,6 +1,10 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 +# Sam James <sam@g.o> (2021-10-14)
24 +# Unconditional dependency on >= Lua 5.3, so let's just pick 5.4
25 +>=app-arch/rpm-4.17.0 lua_single_target_lua5-4
26 +
27 # Niklāvs Koļesņikovs <89q1r14hd@×××××××××××××.com> (2021-09-13)
28 # WirePlumber obligatory links and embeds either Lua 5.3 or 5.4
29 # interpreter with the later being the upstream default.