diff options
author | Matthias Maier <tamiko@gentoo.org> | 2021-06-07 11:06:25 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2021-06-07 11:41:05 -0500 |
commit | 661c1b8cca6507e4efaefa34184a0853eecbeaa0 (patch) | |
tree | 1c49886a9492a3d25c5180987eebbd61f677cbf9 /sci-libs | |
parent | sci-libs/libsc: version bump to 2.3.1 (diff) | |
download | gentoo-661c1b8cca6507e4efaefa34184a0853eecbeaa0.tar.gz gentoo-661c1b8cca6507e4efaefa34184a0853eecbeaa0.tar.bz2 gentoo-661c1b8cca6507e4efaefa34184a0853eecbeaa0.zip |
sci-libs/libsc: update LUA compatibility
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libsc/libsc-2.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/libsc/libsc-2.3.1.ebuild b/sci-libs/libsc/libsc-2.3.1.ebuild index 1e37b3080cfb..7033e904a987 100644 --- a/sci-libs/libsc/libsc-2.3.1.ebuild +++ b/sci-libs/libsc/libsc-2.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -LUA_COMPAT=( lua5-{1..2} ) +LUA_COMPAT=( lua5-{1..3} ) inherit autotools lua-single toolchain-funcs |