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 4667D158086 for ; Sun, 14 Nov 2021 00:45:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8420C2BC0CC; Sun, 14 Nov 2021 00:45:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DDA1A2BC0CC for ; Sun, 14 Nov 2021 00:45:04 +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 0C5A9335C29 for ; Sun, 14 Nov 2021 00:45:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C7B21C8 for ; Sun, 14 Nov 2021 00:45:00 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1636850653.cab851b4af6358bebc7f8c301548e9ec501e88c0.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/whichwayisup/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/whichwayisup/whichwayisup-0.7.9-r4.ebuild X-VCS-Directories: games-arcade/whichwayisup/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: cab851b4af6358bebc7f8c301548e9ec501e88c0 X-VCS-Branch: master Date: Sun, 14 Nov 2021 00:45:00 +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: d42de9c7-7487-4d7b-a831-00d431aae1d0 X-Archives-Hash: 10b24f0dbea811e858bab3c9a4a5f1a7 commit: cab851b4af6358bebc7f8c301548e9ec501e88c0 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Nov 13 20:47:37 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Nov 14 00:44:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab851b4 games-arcade/whichwayisup: enable py3.10 Signed-off-by: Ionen Wolkens gentoo.org> games-arcade/whichwayisup/whichwayisup-0.7.9-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-arcade/whichwayisup/whichwayisup-0.7.9-r4.ebuild b/games-arcade/whichwayisup/whichwayisup-0.7.9-r4.ebuild index f37eff3578b..d0551661764 100644 --- a/games-arcade/whichwayisup/whichwayisup-0.7.9-r4.ebuild +++ b/games-arcade/whichwayisup/whichwayisup-0.7.9-r4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit desktop python-single-r1 DESCRIPTION="Traditional and challenging 2D platformer game with a slight rotational twist"