sys-apps/usbutils: lsusb.py requires python3.
authorLars Wendler <polynomial-c@gentoo.org>
Wed, 16 May 2018 07:51:27 +0000 (09:51 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Wed, 16 May 2018 07:51:42 +0000 (09:51 +0200)
Package-Manager: Portage-2.3.36, Repoman-2.3.9

sys-apps/usbutils/usbutils-010.ebuild

index 6f049d0533bfd733c31c41e8f719aff0114eea8e..7ae5f0e8c30997c0a85f7cb1c601bfa041f1f641 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit python-single-r1