diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-07-12 13:42:13 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-12 13:42:13 +0100 |
commit | b47a304b84b12f54512e6a79b27472e8bf9c25a8 (patch) | |
tree | e37a4568b93546f18da0d5149cfe167514536f1d /app-arch | |
parent | media-sound/aqualung: support all currently available Lua targets (diff) | |
download | gentoo-b47a304b84b12f54512e6a79b27472e8bf9c25a8.tar.gz gentoo-b47a304b84b12f54512e6a79b27472e8bf9c25a8.tar.bz2 gentoo-b47a304b84b12f54512e6a79b27472e8bf9c25a8.zip |
app-arch/rpm: support lua5-3 and lua5-4
Upstream build scripts look for 5.2 or newer. Builds and installs (tests
are restricted) fine against both aforementioned versions.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/rpm/rpm-4.16.0.ebuild | 2 | ||||
-rw-r--r-- | app-arch/rpm/rpm-4.16.1.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/rpm/rpm-4.16.0.ebuild b/app-arch/rpm/rpm-4.16.0.ebuild index 3e6a36bfe072..cdb8d7392a5a 100644 --- a/app-arch/rpm/rpm-4.16.0.ebuild +++ b/app-arch/rpm/rpm-4.16.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -LUA_COMPAT=( lua5-2 ) +LUA_COMPAT=( lua5-{2..4} ) PYTHON_COMPAT=( python3_{7,8,9} ) inherit autotools flag-o-matic lua-single perl-module python-single-r1 toolchain-funcs diff --git a/app-arch/rpm/rpm-4.16.1.3.ebuild b/app-arch/rpm/rpm-4.16.1.3.ebuild index 1302a5a779e0..ee7d55a49e08 100644 --- a/app-arch/rpm/rpm-4.16.1.3.ebuild +++ b/app-arch/rpm/rpm-4.16.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -LUA_COMPAT=( lua5-2 ) +LUA_COMPAT=( lua5-{2..4} ) PYTHON_COMPAT=( python3_{7,8,9} ) inherit autotools flag-o-matic lua-single perl-module python-single-r1 toolchain-funcs |