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 5939F13835A for ; Fri, 26 Feb 2021 06:29:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30547E08F3; Fri, 26 Feb 2021 06:29:12 +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 18243E08F3 for ; Fri, 26 Feb 2021 06:29:12 +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 BDE8B340FC1 for ; Fri, 26 Feb 2021 06:29:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9C51530 for ; Fri, 26 Feb 2021 06:29:08 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1614320191.73c7a6160971d212e5021b120f6da7a1ac8b4342.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/xboxdrv/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild X-VCS-Directories: games-util/xboxdrv/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 73c7a6160971d212e5021b120f6da7a1ac8b4342 X-VCS-Branch: master Date: Fri, 26 Feb 2021 06:29:08 +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: fc09c6a8-0cf6-4a86-acc5-08b98b3a7e60 X-Archives-Hash: 4378405b87229e1899865dde112e8326 commit: 73c7a6160971d212e5021b120f6da7a1ac8b4342 Author: Joonas Niilola gentoo org> AuthorDate: Fri Feb 26 06:16:31 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Feb 26 06:16:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c7a616 games-util/xboxdrv: add python-3.9 compatibility Signed-off-by: Joonas Niilola gentoo.org> games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild b/games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild index af19df6ee66..2e7afb00a01 100644 --- a/games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild +++ b/games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit linux-info python-any-r1 scons-utils toolchain-funcs systemd udev