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-scripts/
Date: Thu, 29 Dec 2022 18:31:28
Message-Id: 1672338620.eee7111f1e3ef3c0e2ce0f7aaaa094cd7ee4a4ba.sam@gentoo
1 commit: eee7111f1e3ef3c0e2ce0f7aaaa094cd7ee4a4ba
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 18:30:20 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 18:30:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee7111f
7
8 media-libs/libquvi-scripts: 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-scripts/libquvi-scripts-0.9.20131130-r101.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 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
17 index 14daf290e202..28a0bcd6f909 100644
18 --- a/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r101.ebuild
19 +++ b/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r101.ebuild
20 @@ -1,9 +1,9 @@
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 lua 5-4 luajit )
29 +LUA_COMPAT=( lua5-1 lua5-4 luajit )
30
31 inherit lua-single