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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D1C513933E for ; Thu, 1 Jul 2021 16:02:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B61BEE08FC; Thu, 1 Jul 2021 16:02:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9EA17E08FC for ; Thu, 1 Jul 2021 16:02:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 119C3335DB7 for ; Thu, 1 Jul 2021 16:02:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DEA7581 for ; Thu, 1 Jul 2021 16:02:11 +0000 (UTC) From: "Adam Feldman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adam Feldman" Message-ID: <1625155322.730e5b8b794efdb62b5b627af73ec33614d8a3e6.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeorion/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/freeorion/freeorion-0.4.10.1-r2.ebuild games-strategy/freeorion/freeorion-0.4.10.1-r3.ebuild games-strategy/freeorion/freeorion-9999.ebuild X-VCS-Directories: games-strategy/freeorion/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: Adam Feldman X-VCS-Revision: 730e5b8b794efdb62b5b627af73ec33614d8a3e6 X-VCS-Branch: master Date: Thu, 1 Jul 2021 16:02:11 +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: 25ec56ce-ee9f-4a5d-8814-4d98db8aafc3 X-Archives-Hash: e914801c1d0734a451cef18796e68d89 commit: 730e5b8b794efdb62b5b627af73ec33614d8a3e6 Author: Adam Feldman gentoo org> AuthorDate: Thu Jul 1 14:29:34 2021 +0000 Commit: Adam Feldman gentoo org> CommitDate: Thu Jul 1 16:02:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730e5b8b games-strategy/freeorion: Python 3.9 Closes: https://bugs.gentoo.org/793806 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Adam Feldman gentoo.org> .../{freeorion-0.4.10.1-r2.ebuild => freeorion-0.4.10.1-r3.ebuild} | 2 +- games-strategy/freeorion/freeorion-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-strategy/freeorion/freeorion-0.4.10.1-r2.ebuild b/games-strategy/freeorion/freeorion-0.4.10.1-r3.ebuild similarity index 97% rename from games-strategy/freeorion/freeorion-0.4.10.1-r2.ebuild rename to games-strategy/freeorion/freeorion-0.4.10.1-r3.ebuild index 8fe0bd67b88..7dc53ff3da6 100644 --- a/games-strategy/freeorion/freeorion-0.4.10.1-r2.ebuild +++ b/games-strategy/freeorion/freeorion-0.4.10.1-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,3_8,3_9} ) inherit cmake python-single-r1 xdg DESCRIPTION="A free turn-based space empire and galactic conquest game" diff --git a/games-strategy/freeorion/freeorion-9999.ebuild b/games-strategy/freeorion/freeorion-9999.ebuild index afe458a3f79..063ff13d1ae 100644 --- a/games-strategy/freeorion/freeorion-9999.ebuild +++ b/games-strategy/freeorion/freeorion-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,3_8,3_9} ) inherit cmake python-single-r1 xdg DESCRIPTION="A free turn-based space empire and galactic conquest game"