Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/rpm/
Date: Mon, 12 Jul 2021 12:43:38
Message-Id: 1626093733.b47a304b84b12f54512e6a79b27472e8bf9c25a8.marecki@gentoo
1 commit: b47a304b84b12f54512e6a79b27472e8bf9c25a8
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 12:42:13 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 12:42:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47a304b
7
8 app-arch/rpm: support lua5-3 and lua5-4
9
10 Upstream build scripts look for 5.2 or newer. Builds and installs (tests
11 are restricted) fine against both aforementioned versions.
12
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14
15 app-arch/rpm/rpm-4.16.0.ebuild | 2 +-
16 app-arch/rpm/rpm-4.16.1.3.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/app-arch/rpm/rpm-4.16.0.ebuild b/app-arch/rpm/rpm-4.16.0.ebuild
20 index 3e6a36bfe07..cdb8d7392a5 100644
21 --- a/app-arch/rpm/rpm-4.16.0.ebuild
22 +++ b/app-arch/rpm/rpm-4.16.0.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -LUA_COMPAT=( lua5-2 )
28 +LUA_COMPAT=( lua5-{2..4} )
29 PYTHON_COMPAT=( python3_{7,8,9} )
30
31 inherit autotools flag-o-matic lua-single perl-module python-single-r1 toolchain-funcs
32
33 diff --git a/app-arch/rpm/rpm-4.16.1.3.ebuild b/app-arch/rpm/rpm-4.16.1.3.ebuild
34 index 1302a5a779e..ee7d55a49e0 100644
35 --- a/app-arch/rpm/rpm-4.16.1.3.ebuild
36 +++ b/app-arch/rpm/rpm-4.16.1.3.ebuild
37 @@ -3,7 +3,7 @@
38
39 EAPI=7
40
41 -LUA_COMPAT=( lua5-2 )
42 +LUA_COMPAT=( lua5-{2..4} )
43 PYTHON_COMPAT=( python3_{7,8,9} )
44
45 inherit autotools flag-o-matic lua-single perl-module python-single-r1 toolchain-funcs