From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8FA0515800C for ; Thu, 29 Dec 2022 18:31:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9904E084A; Thu, 29 Dec 2022 18:31:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B34E7E084A for ; Thu, 29 Dec 2022 18:31:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C995F340E38 for ; Thu, 29 Dec 2022 18:31:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 246717F2 for ; Thu, 29 Dec 2022 18:31:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1672338652.6b2483454e7498e1145014b3d23fd2eddb7db628.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libquvi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libquvi/libquvi-0.9.4-r101.ebuild X-VCS-Directories: media-libs/libquvi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6b2483454e7498e1145014b3d23fd2eddb7db628 X-VCS-Branch: master Date: Thu, 29 Dec 2022 18:31:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9c0fc6ae-7c46-445a-b7cd-ecf0e9227ab8 X-Archives-Hash: 3d87bc97a05318138d3df3ea836f3c53 commit: 6b2483454e7498e1145014b3d23fd2eddb7db628 Author: Sam James gentoo org> AuthorDate: Thu Dec 29 18:30:52 2022 +0000 Commit: Sam James gentoo 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 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