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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8CFC158086 for ; Sun, 24 Oct 2021 08:30:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06BF8E0823; Sun, 24 Oct 2021 08:30:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6909E0823 for ; Sun, 24 Oct 2021 08:30:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B531B343728 for ; Sun, 24 Oct 2021 08:30:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EA6D168 for ; Sun, 24 Oct 2021 08:30:33 +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: <1635064221.b3fc6f2242f0c206445ed950e5e3da3e9a3e57a7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/opensfx/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/opensfx/opensfx-1.0.2.ebuild X-VCS-Directories: games-misc/opensfx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b3fc6f2242f0c206445ed950e5e3da3e9a3e57a7 X-VCS-Branch: master Date: Sun, 24 Oct 2021 08:30:33 +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: ac0bac05-9ec3-44d6-97b6-787aa6555972 X-Archives-Hash: 4abb26f19b996ea03e17dcdc497be3d5 commit: b3fc6f2242f0c206445ed950e5e3da3e9a3e57a7 Author: Sam James gentoo org> AuthorDate: Sun Oct 24 08:30:21 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 24 08:30:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3fc6f22 games-misc/opensfx: EAPI 8 Signed-off-by: Sam James gentoo.org> games-misc/opensfx/opensfx-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-misc/opensfx/opensfx-1.0.2.ebuild b/games-misc/opensfx/opensfx-1.0.2.ebuild index 54876177298..04d1840a5c0 100644 --- a/games-misc/opensfx/opensfx-1.0.2.ebuild +++ b/games-misc/opensfx/opensfx-1.0.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="OpenSFX data files for OpenTTD" HOMEPAGE="https://wiki.openttd.org/en/Basesets/OpenSFX https://github.com/OpenTTD/OpenSFX"