diff options
author | Sam James <sam@gentoo.org> | 2022-12-29 18:30:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-29 18:30:20 +0000 |
commit | eee7111f1e3ef3c0e2ce0f7aaaa094cd7ee4a4ba (patch) | |
tree | 1d89bef7571ad7b0e7f93113e9b43181d3bc5983 /media-libs/libquvi-scripts | |
parent | media-libs/libquvi-scripts: Allow build using luajit and lua version 5.4 (diff) | |
download | gentoo-eee7111f1e3ef3c0e2ce0f7aaaa094cd7ee4a4ba.tar.gz gentoo-eee7111f1e3ef3c0e2ce0f7aaaa094cd7ee4a4ba.tar.bz2 gentoo-eee7111f1e3ef3c0e2ce0f7aaaa094cd7ee4a4ba.zip |
media-libs/libquvi-scripts: EAPI 8, adjust LUA_COMPAT
Closes: https://bugs.gentoo.org/504876
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libquvi-scripts')
-rw-r--r-- | media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r101.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r101.ebuild b/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r101.ebuild index 14daf290e202..28a0bcd6f909 100644 --- a/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r101.ebuild +++ b/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r101.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -LUA_COMPAT=( lua5-1 lua 5-4 luajit ) +LUA_COMPAT=( lua5-1 lua5-4 luajit ) inherit lua-single |