dev-python/pyusb: adding python3_8
authorRick Farina <zerochaos@gentoo.org>
Thu, 19 Mar 2020 02:01:46 +0000 (22:01 -0400)
committerRick Farina <zerochaos@gentoo.org>
Thu, 19 Mar 2020 02:11:57 +0000 (22:11 -0400)
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
dev-python/pyusb/pyusb-1.0.2.ebuild

index 1a08583822923f9fc0c357d00a177097bfffe507..f6dfae4b0c7ffc273d0de06570d36653b744831a 100644 (file)
@@ -1,8 +1,8 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
 
 inherit distutils-r1