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 7201A1382C5 for ; Thu, 13 May 2021 19:50:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46182E0814; Thu, 13 May 2021 19:50:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 2CA60E0809 for ; Thu, 13 May 2021 19:50:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A2B19335D74 for ; Thu, 13 May 2021 19:50:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F24D75B for ; Thu, 13 May 2021 19:50:07 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1620935389.78e1f7ccb68234b2fe85fd9be95abb73404c14e5.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/protontricks/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/protontricks/protontricks-1.5.0.ebuild X-VCS-Directories: app-emulation/protontricks/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 78e1f7ccb68234b2fe85fd9be95abb73404c14e5 X-VCS-Branch: master Date: Thu, 13 May 2021 19:50:07 +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: 85418120-28f2-4b3d-bad4-afe96428bd34 X-Archives-Hash: e962524333d07cff17bc1c7808a150fe commit: 78e1f7ccb68234b2fe85fd9be95abb73404c14e5 Author: Marek Szuba gentoo org> AuthorDate: Thu May 13 19:22:35 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu May 13 19:49:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e1f7cc app-emulation/protontricks: support python3_10 Builds and installs fine, all tests pass. Signed-off-by: Marek Szuba gentoo.org> app-emulation/protontricks/protontricks-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/protontricks/protontricks-1.5.0.ebuild b/app-emulation/protontricks/protontricks-1.5.0.ebuild index 2540f44fa28..06e0a22ded6 100644 --- a/app-emulation/protontricks/protontricks-1.5.0.ebuild +++ b/app-emulation/protontricks/protontricks-1.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=rdepend