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 35B6B1382C5 for ; Thu, 27 May 2021 21:06:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82E6CE0992; Thu, 27 May 2021 21:06:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 68FC4E098A for ; Thu, 27 May 2021 21:06:54 +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 5EAE333BE18 for ; Thu, 27 May 2021 21:06:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCD6C7A6 for ; Thu, 27 May 2021 21:06:48 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1622149565.c41cd47fe9870c131b4847f39dbdda2700441e39.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/naev/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/naev/naev-0.8.2.ebuild X-VCS-Directories: games-strategy/naev/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c41cd47fe9870c131b4847f39dbdda2700441e39 X-VCS-Branch: master Date: Thu, 27 May 2021 21:06:48 +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: 5b4a73b6-ed42-471c-8e1d-c1c5de292619 X-Archives-Hash: fd555879923eac957ae1793d76bfb05e commit: c41cd47fe9870c131b4847f39dbdda2700441e39 Author: Jakov Smolic sartura hr> AuthorDate: Thu May 27 21:06:05 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Thu May 27 21:06:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41cd47f games-strategy/naev: Port to python3_10 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> games-strategy/naev/naev-0.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-strategy/naev/naev-0.8.2.ebuild b/games-strategy/naev/naev-0.8.2.ebuild index 22f730350b0..31bd4471e1d 100644 --- a/games-strategy/naev/naev-0.8.2.ebuild +++ b/games-strategy/naev/naev-0.8.2.ebuild @@ -4,7 +4,7 @@ EAPI=7 LUA_COMPAT=( lua5-1 luajit ) -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit lua-single meson python-any-r1 virtualx xdg DESCRIPTION="A 2D space trading and combat game, in a similar vein to Escape Velocity"