summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-29 18:30:52 +0000
committerSam James <sam@gentoo.org>2022-12-29 18:30:52 +0000
commit6b2483454e7498e1145014b3d23fd2eddb7db628 (patch)
treec4ee77a6eea1b320fa27cba0993ef6736ba9817f
parentmedia-libs/libquvi-scripts: EAPI 8, adjust LUA_COMPAT (diff)
downloadgentoo-6b248345.tar.gz
gentoo-6b248345.tar.bz2
gentoo-6b248345.zip
media-libs/libquvi: EAPI 8, adjust LUA_COMPAT
Closes: https://bugs.gentoo.org/504876 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--media-libs/libquvi/libquvi-0.9.4-r101.ebuild8
1 files 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