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 B3A14158094 for ; Thu, 7 Jul 2022 00:41:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 158CAE0F46; Thu, 7 Jul 2022 00:41:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EBE06E0F46 for ; Thu, 7 Jul 2022 00:41:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 023D5341909 for ; Thu, 7 Jul 2022 00:41:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E5C552C for ; Thu, 7 Jul 2022 00:41:29 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1657154444.9bd0eb17fdb2b17c0a88259dc7a46febdb16c426.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-misc/gay/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-misc/gay/gay-1.2.8.ebuild X-VCS-Directories: games-misc/gay/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 9bd0eb17fdb2b17c0a88259dc7a46febdb16c426 X-VCS-Branch: dev Date: Thu, 7 Jul 2022 00:41:29 +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: 65886e90-f758-4519-b24e-831c39c71201 X-Archives-Hash: f4a3a34f82d7904bdd16880300c67b96 commit: 9bd0eb17fdb2b17c0a88259dc7a46febdb16c426 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Jul 7 00:23:52 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu Jul 7 00:40:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9bd0eb17 games-misc/gay: enable py3.11 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> games-misc/gay/gay-1.2.8.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-misc/gay/gay-1.2.8.ebuild b/games-misc/gay/gay-1.2.8.ebuild index 13c3e5047..daa36e777 100644 --- a/games-misc/gay/gay-1.2.8.ebuild +++ b/games-misc/gay/gay-1.2.8.ebuild @@ -3,7 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Colour your text / terminal to be more gay"