diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:05:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:25:59 +0100 |
commit | e6f5610cca50ea6a16c377e45d7a48c2ab0a076e (patch) | |
tree | 11e062e2faabc0a7e655b4eade71e7ad1399c9ae /games-util | |
parent | games-rpg/freedroidrpg: Remove py2 where possible (diff) | |
download | gentoo-e6f5610cca50ea6a16c377e45d7a48c2ab0a076e.tar.gz gentoo-e6f5610cca50ea6a16c377e45d7a48c2ab0a076e.tar.bz2 gentoo-e6f5610cca50ea6a16c377e45d7a48c2ab0a076e.zip |
games-util/xboxdrv: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild b/games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild index 1508c02753da..76f9f0a91fc9 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=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit linux-info python-any-r1 scons-utils toolchain-funcs systemd udev |