games-util/xboxdrv: Bump to fix SCons under Python 2
authorJames Le Cuirot <chewi@gentoo.org>
Fri, 18 Jan 2019 21:59:38 +0000 (21:59 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Fri, 18 Jan 2019 21:59:38 +0000 (21:59 +0000)
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>
games-util/xboxdrv/Manifest
games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild [moved from games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild with 96% similarity]

index 22664cac47a991d412d50ca2fb2b7fb4c369f021..3e0cab331729db719e7fdeef0d6b83126ba5e139 100644 (file)
@@ -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
similarity index 96%
rename from games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild
rename to games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild
index 386182c312b20f414cce6cc117eb292ad73485e2..e72f053eabff48a950b8c7097999b07ca7907bc0 100644 (file)
@@ -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"