From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1372851-garchives=archives.gentoo.org@lists.gentoo.org>
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) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 7644715808B
	for <garchives@archives.gentoo.org>; Sun,  6 Mar 2022 12:48:07 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7962BE082B;
	Sun,  6 Mar 2022 12:48:06 +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 12097E082B
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 Mar 2022 12:48:06 +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 1197034324C
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 Mar 2022 12:48:05 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 45E9D1F1
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 Mar 2022 12:48:03 +0000 (UTC)
From: "Sergey Torokhov" <torokhov-s-a@yandex.ru>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Torokhov" <torokhov-s-a@yandex.ru>
Message-ID: <1646570816.fbb9c4cda3dec41dfaddf0c1d7a15ffabed9cbdd.SergeyTorokhov@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-board/rmahjong/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: games-board/rmahjong/rmahjong-0.4_p20201106.ebuild
X-VCS-Directories: games-board/rmahjong/
X-VCS-Committer: SergeyTorokhov
X-VCS-Committer-Name: Sergey Torokhov
X-VCS-Revision: fbb9c4cda3dec41dfaddf0c1d7a15ffabed9cbdd
X-VCS-Branch: dev
Date: Sun,  6 Mar 2022 12:48:03 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 6b60389c-eec8-4cdb-a307-d4f66179023f
X-Archives-Hash: 68b8a79be51c9ff5c736ba6e0231959f

commit:     fbb9c4cda3dec41dfaddf0c1d7a15ffabed9cbdd
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Sun Mar  6 12:46:56 2022 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Sun Mar  6 12:46:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fbb9c4cd

games-board/rmahjong: add python 3.10 compat, bump EAPI8

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 games-board/rmahjong/rmahjong-0.4_p20201106.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild b/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild
index 266c5a722..24f5b317b 100644
--- a/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild
+++ b/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild
@@ -1,9 +1,9 @@
-# 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
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit desktop python-single-r1 toolchain-funcs xdg