diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-01-02 09:40:27 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-01-02 20:32:58 +0000 |
commit | b71061837cf82bd460aad41a0018488b0a7b302e (patch) | |
tree | fa2f2d6f71f47d81f81749d08d9a3ab38bc2c665 /games-util | |
parent | app-office/scribus: Fix build with app-text/poppler-0.84.0 (diff) | |
download | gentoo-b71061837cf82bd460aad41a0018488b0a7b302e.tar.gz gentoo-b71061837cf82bd460aad41a0018488b0a7b302e.tar.bz2 gentoo-b71061837cf82bd460aad41a0018488b0a7b302e.zip |
games-util/xboxdrv: add python-3.7 support
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/14214
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild | 4 |
1 files 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 |