commit: 68d2c04eabe939233c6c968a1fc6da2f26716f95
Author: Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Mon Sep 21 10:34:59 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Sep 21 10:34:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68d2c04e
dev-python/libusb1: python 3.9 support
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>
dev-python/libusb1/libusb1-1.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/libusb1/libusb1-1.8.ebuild
b/dev-python/libusb1/libusb1-1.8.ebuild
index 3886b4fb..0b6b4bb4 100644
--- a/dev-python/libusb1/libusb1-1.8.ebuild
+++ b/dev-python/libusb1/libusb1-1.8.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1