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 DC13C158087 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 25155E0866; Sun, 24 Oct 2021 08:30:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B790E0866 for ; Sun, 24 Oct 2021 08:30:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FCA23436E0 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 19E57157 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: <1635064198.9d43b5765c58f87824db72f431b1b4437c2e42ab.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/opengfx/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/opengfx/opengfx-7.1.ebuild X-VCS-Directories: games-misc/opengfx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9d43b5765c58f87824db72f431b1b4437c2e42ab 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: 2f59fc7c-9ffc-4d2c-b693-6517ea69b81b X-Archives-Hash: 142ace4d5ed5abe387208a7fc6f9d584 commit: 9d43b5765c58f87824db72f431b1b4437c2e42ab Author: Sam James gentoo org> AuthorDate: Sun Oct 24 08:29:58 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 24 08:29:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d43b576 games-misc/opengfx: EAPI 8 Signed-off-by: Sam James gentoo.org> games-misc/opengfx/opengfx-7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-misc/opengfx/opengfx-7.1.ebuild b/games-misc/opengfx/opengfx-7.1.ebuild index 568beb7453a..937e35cb157 100644 --- a/games-misc/opengfx/opengfx-7.1.ebuild +++ b/games-misc/opengfx/opengfx-7.1.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 PYTHON_COMPAT=( python3_{8..10} )