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 0225815801B for ; Sat, 8 Apr 2023 14:00:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DD10E0877; Sat, 8 Apr 2023 14:00:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B05A6E0877 for ; Sat, 8 Apr 2023 14:00: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 687F8335D07 for ; Sat, 8 Apr 2023 14:00:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0DEBA2C for ; Sat, 8 Apr 2023 14:00:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1680962398.f3e30c4ecd46712d3eaafb447b054a533d2a6c35.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/colobot-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/colobot-data/colobot-data-0.1.12.ebuild games-strategy/colobot-data/colobot-data-0.2.0_alpha.ebuild X-VCS-Directories: games-strategy/colobot-data/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f3e30c4ecd46712d3eaafb447b054a533d2a6c35 X-VCS-Branch: master Date: Sat, 8 Apr 2023 14:00:03 +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: ca50e768-50c5-4ebe-b931-655b898dc091 X-Archives-Hash: 43bc355150a9e48dbfbc3a9e0d141f6f commit: f3e30c4ecd46712d3eaafb447b054a533d2a6c35 Author: Michał Górny gentoo org> AuthorDate: Sat Apr 8 13:43:19 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 8 13:59:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e30c4e games-strategy/colobot-data: Enable py3.11 Closes: https://bugs.gentoo.org/896452 Signed-off-by: Michał Górny gentoo.org> games-strategy/colobot-data/colobot-data-0.1.12.ebuild | 2 +- games-strategy/colobot-data/colobot-data-0.2.0_alpha.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-strategy/colobot-data/colobot-data-0.1.12.ebuild b/games-strategy/colobot-data/colobot-data-0.1.12.ebuild index cf7dc01d2adf..6c8bf5115441 100644 --- a/games-strategy/colobot-data/colobot-data-0.1.12.ebuild +++ b/games-strategy/colobot-data/colobot-data-0.1.12.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_9 ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake python-any-r1 MY_P=colobot-gold-${PV}-alpha diff --git a/games-strategy/colobot-data/colobot-data-0.2.0_alpha.ebuild b/games-strategy/colobot-data/colobot-data-0.2.0_alpha.ebuild index 652cdf64b603..f0825a21b49e 100644 --- a/games-strategy/colobot-data/colobot-data-0.2.0_alpha.ebuild +++ b/games-strategy/colobot-data/colobot-data-0.2.0_alpha.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake python-any-r1 MY_PV=${PV/_/-}