From b71061837cf82bd460aad41a0018488b0a7b302e Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Thu, 2 Jan 2020 09:40:27 +0200 Subject: [PATCH] games-util/xboxdrv: add python-3.7 support Signed-off-by: Joonas Niilola Closes: https://github.com/gentoo/gentoo/pull/14214 Signed-off-by: James Le Cuirot --- 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 e72f053eabff..1508c02753da 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 -- 2.26.2