diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-01-18 21:59:38 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-01-18 21:59:38 +0000 |
commit | 900515f23f4d28575159f549334121ec3bde2bb8 (patch) | |
tree | f7b2b2249f7d85d3cc89e125b8f97ce96e5f56c7 /games-util | |
parent | dev-python/mysqlclient: 1.4.0 bump (diff) | |
download | gentoo-900515f23f4d28575159f549334121ec3bde2bb8.tar.gz gentoo-900515f23f4d28575159f549334121ec3bde2bb8.tar.bz2 gentoo-900515f23f4d28575159f549334121ec3bde2bb8.zip |
games-util/xboxdrv: Bump to fix SCons under Python 2
I didn't realise that the patch to fix Python 3 had broken 2.
Closes: https://bugs.gentoo.org/675766
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/xboxdrv/Manifest | 2 | ||||
-rw-r--r-- | games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild (renamed from games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games-util/xboxdrv/Manifest b/games-util/xboxdrv/Manifest index 22664cac47a9..3e0cab331729 100644 --- a/games-util/xboxdrv/Manifest +++ b/games-util/xboxdrv/Manifest @@ -1 +1 @@ -DIST xboxdrv-0.8.8_p20190116.tar.gz 322469 BLAKE2B 8827cafb98235f7ad9d83204c808eb6bc25fdfd48321050ab79b561fc6a1a3b628e4bd667f7f1be511420514ef7906efc803db4f50130c393d7fa3cb498fed26 SHA512 3f9f8346a5a8486fb9f1af3e27a947e37c73ceab8f433639adf890144844f4fb6d005da3c4c6c1abf0a1550b71aba8b89001f58965d67fdc21e5f41e50a21436 +DIST xboxdrv-0.8.8_p20190118.tar.gz 322541 BLAKE2B ffa1021f974414ab9efebccf89e8be9137647ba7e1adf3bc9dad3b17b362b340f087fdac42c9b91a29a4cfe13295df6d3861fe953d9f96e80df08d4a6b1ce754 SHA512 ede650090c67642dc4729acc37630ae807f354d76f9bf31e23357668b6ae2b8d0261d2cf6e33090ab2120083b0664332dab22f1ed682bcdcbf1cac88b97e67af diff --git a/games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild b/games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild index 386182c312b2..e72f053eabff 100644 --- a/games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild +++ b/games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_6 ) inherit linux-info python-any-r1 scons-utils toolchain-funcs systemd udev -COMMIT="0c0143b59b0fd9718af4968992c96b6b6b2a2557" +COMMIT="6e5e8a57628095d8d0c8bbb38187afb0f3a42112" DESCRIPTION="Userspace Xbox 360 Controller driver" HOMEPAGE="https://xboxdrv.gitlab.io" SRC_URI="https://github.com/chewi/xboxdrv/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" |