From: Rick Farina Date: Thu, 19 Mar 2020 02:01:46 +0000 (-0400) Subject: dev-python/pyusb: adding python3_8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=59197072ff113bc196965252b9bc8448341ee156;p=gentoo.git dev-python/pyusb: adding python3_8 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Rick Farina --- diff --git a/dev-python/pyusb/pyusb-1.0.2.ebuild b/dev-python/pyusb/pyusb-1.0.2.ebuild index 1a0858382292..f6dfae4b0c7f 100644 --- a/dev-python/pyusb/pyusb-1.0.2.ebuild +++ b/dev-python/pyusb/pyusb-1.0.2.ebuild @@ -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