Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libquvi/
Date: Thu, 29 Dec 2022 18:31:27
Message-Id: 1672338652.6b2483454e7498e1145014b3d23fd2eddb7db628.sam@gentoo
1 commit: 6b2483454e7498e1145014b3d23fd2eddb7db628
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 18:30:52 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 18:30:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b248345
7
8 media-libs/libquvi: EAPI 8, adjust LUA_COMPAT
9
10 Closes: https://bugs.gentoo.org/504876
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-libs/libquvi/libquvi-0.9.4-r101.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/media-libs/libquvi/libquvi-0.9.4-r101.ebuild b/media-libs/libquvi/libquvi-0.9.4-r101.ebuild
17 index e6500141edd7..81eb18afcb22 100644
18 --- a/media-libs/libquvi/libquvi-0.9.4-r101.ebuild
19 +++ b/media-libs/libquvi/libquvi-0.9.4-r101.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=7
26 +EAPI=8
27
28 -LUA_COMPAT=( lua5-1 )
29 -LUA_REQ_USE="deprecated"
30 +LUA_COMPAT=( lua5-{1,4} luajit )
31 +LUA_REQ_USE="deprecated(+)"
32
33 inherit autotools lua-single