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 6774215807A for ; Sun, 6 Oct 2024 19:04:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 870B0E29A1; Sun, 6 Oct 2024 19:04:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6A5DFE29A1 for ; Sun, 6 Oct 2024 19:04:01 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89A62343154 for ; Sun, 6 Oct 2024 19:04:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29C3E16EF for ; Sun, 6 Oct 2024 19:03:59 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1728241398.7bc2e338237383d394060ae4a128ab9caeb8bf4a.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exact-image/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/exact-image/exact-image-1.2.1-r2.ebuild X-VCS-Directories: media-gfx/exact-image/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 7bc2e338237383d394060ae4a128ab9caeb8bf4a X-VCS-Branch: master Date: Sun, 6 Oct 2024 19:03:59 +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: c1c4e6aa-1b79-4d7b-991f-0d466c1d2d1b X-Archives-Hash: dbf0dd9fc88b73f274aedcb4a3958b60 commit: 7bc2e338237383d394060ae4a128ab9caeb8bf4a Author: Alfredo Tupone gentoo org> AuthorDate: Sun Oct 6 19:03:18 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Oct 6 19:03:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc2e338 media-gfx/exact-image: update EAPI 7 -> 8 Signed-off-by: Alfredo Tupone gentoo.org> media-gfx/exact-image/exact-image-1.2.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/exact-image/exact-image-1.2.1-r2.ebuild b/media-gfx/exact-image/exact-image-1.2.1-r2.ebuild index ea33ddee2755..09f63e97b42e 100644 --- a/media-gfx/exact-image/exact-image-1.2.1-r2.ebuild +++ b/media-gfx/exact-image/exact-image-1.2.1-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 LUA_COMPAT=( lua5-{1..4} luajit )