commit: 6b2483454e7498e1145014b3d23fd2eddb7db628 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Dec 29 18:30:52 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 29 18:30:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b248345
media-libs/libquvi: EAPI 8, adjust LUA_COMPAT Closes: https://bugs.gentoo.org/504876 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/libquvi/libquvi-0.9.4-r101.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/libquvi/libquvi-0.9.4-r101.ebuild b/media-libs/libquvi/libquvi-0.9.4-r101.ebuild index e6500141edd7..81eb18afcb22 100644 --- a/media-libs/libquvi/libquvi-0.9.4-r101.ebuild +++ b/media-libs/libquvi/libquvi-0.9.4-r101.ebuild @@ -1,10 +1,10 @@ -# 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_REQ_USE="deprecated" +LUA_COMPAT=( lua5-{1,4} luajit ) +LUA_REQ_USE="deprecated(+)" inherit autotools lua-single