summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-10 06:09:51 +0000
committerSam James <sam@gentoo.org>2023-01-10 06:09:51 +0000
commitdaf8fc0eadc44bc649d37c0ae6b79aa1d4a826ed (patch)
tree5a2a85e45c3a11ca173f2f47746a8eca6008f71a /sys-apps/usbutils
parentgames-util/nml: add 0.7.1 (diff)
downloadgentoo-daf8fc0eadc44bc649d37c0ae6b79aa1d4a826ed.tar.gz
gentoo-daf8fc0eadc44bc649d37c0ae6b79aa1d4a826ed.tar.bz2
gentoo-daf8fc0eadc44bc649d37c0ae6b79aa1d4a826ed.zip
sys-apps/usbutils: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/usbutils')
-rw-r--r--sys-apps/usbutils/usbutils-015.ebuild4
1 files 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"