sys-apps/usbutils: Python 3.8 compatibility
authorCraig Andrews <candrews@gentoo.org>
Fri, 17 Apr 2020 17:06:01 +0000 (13:06 -0400)
committerCraig Andrews <candrews@gentoo.org>
Fri, 17 Apr 2020 17:06:22 +0000 (13:06 -0400)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews@gentoo.org>
sys-apps/usbutils/usbutils-010-r1.ebuild
sys-apps/usbutils/usbutils-012.ebuild

index d50fb6601140eb3d036a804d6dd736d05c583558..1f6625f1de577fcc4ef4112a9abfe5af8bf0d255 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit python-single-r1
 
index 7f1f23f3b167dc383e1479c7d46ce005c9995874..0c6e2bbf194d688edb0cdbe8e03b7960a43722a5 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit autotools python-single-r1