commit: b71061837cf82bd460aad41a0018488b0a7b302e Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu Jan 2 07:40:27 2020 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> 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 <juippis <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/14214 Signed-off-by: James Le Cuirot <chewi <AT> 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
