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 2E0CF138334 for ; Thu, 2 Jan 2020 20:39:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43F78E09E5; Thu, 2 Jan 2020 20:39:18 +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 24A20E09E5 for ; Thu, 2 Jan 2020 20:39:18 +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 41D8234DE1E for ; Thu, 2 Jan 2020 20:39:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3701D17 for ; Thu, 2 Jan 2020 20:39:15 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1577997178.b71061837cf82bd460aad41a0018488b0a7b302e.chewi@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: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: b71061837cf82bd460aad41a0018488b0a7b302e X-VCS-Branch: master Date: Thu, 2 Jan 2020 20:39:15 +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: b0470b33-614f-459b-b9f3-e2343caa2c7a X-Archives-Hash: 5d89f282ede00ac0a9d6f0257a4e66a2 commit: b71061837cf82bd460aad41a0018488b0a7b302e Author: Joonas Niilola gentoo org> AuthorDate: Thu Jan 2 07:40:27 2020 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Jan 2 20:32:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7106183 games-util/xboxdrv: add python-3.7 support Signed-off-by: Joonas Niilola gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/14214 Signed-off-by: James Le Cuirot gentoo.org> games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild b/games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild index e72f053eabf..1508c02753d 100644 --- a/games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild +++ b/games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_{6,7} ) inherit linux-info python-any-r1 scons-utils toolchain-funcs systemd udev