From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1433244-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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70F50158094 for <garchives@archives.gentoo.org>; Sat, 3 Sep 2022 19:56:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6A7CE07D8; Sat, 3 Sep 2022 19:56:33 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3E96E07D8 for <gentoo-commits@lists.gentoo.org>; Sat, 3 Sep 2022 19:56:33 +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 AE180340C79 for <gentoo-commits@lists.gentoo.org>; Sat, 3 Sep 2022 19:56:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4814C556 for <gentoo-commits@lists.gentoo.org>; Sat, 3 Sep 2022 19:56:31 +0000 (UTC) From: "Ronny Gutbrod" <gentoo@tastytea.de> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" <gentoo@tastytea.de> Message-ID: <1662234853.b51f87961d2c5e7c09a2020f3b5871b7dfe8381e.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/legendary/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/legendary/legendary-0.20.28.ebuild X-VCS-Directories: games-util/legendary/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: b51f87961d2c5e7c09a2020f3b5871b7dfe8381e X-VCS-Branch: dev Date: Sat, 3 Sep 2022 19:56:31 +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: 275cb682-f8aa-4e76-9f26-256884375449 X-Archives-Hash: 777637976f59b4435c060e39e9deb9cb Message-ID: <20220903195631.dX2FZy4fwEMYucmHFODDn36YpPDeIHBVc1j6almqQBI@z> commit: b51f87961d2c5e7c09a2020f3b5871b7dfe8381e Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Sat Sep 3 19:54:13 2022 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de> CommitDate: Sat Sep 3 19:54:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b51f8796 games-util/legendary: enable py3.11 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> games-util/legendary/legendary-0.20.28.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-util/legendary/legendary-0.20.28.ebuild b/games-util/legendary/legendary-0.20.28.ebuild index afaf69375..b23539c5c 100644 --- a/games-util/legendary/legendary-0.20.28.ebuild +++ b/games-util/legendary/legendary-0.20.28.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1