commit: daf8fc0eadc44bc649d37c0ae6b79aa1d4a826ed
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 06:09:51 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 06:09:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daf8fc0e
sys-apps/usbutils: enable py3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/usbutils/usbutils-015.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/usbutils/usbutils-015.ebuild
b/sys-apps/usbutils/usbutils-015.ebuild
index 5a0c51428be7..191542c8ff70 100644
--- a/sys-apps/usbutils/usbutils-015.ebuild
+++ b/sys-apps/usbutils/usbutils-015.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit python-single-r1
DESCRIPTION="USB enumeration utilities"