diff options
author | 2023-01-10 06:09:51 +0000 | |
---|---|---|
committer | 2023-01-10 06:09:51 +0000 | |
commit | daf8fc0eadc44bc649d37c0ae6b79aa1d4a826ed (patch) | |
tree | 5a2a85e45c3a11ca173f2f47746a8eca6008f71a /sys-apps/usbutils | |
parent | games-util/nml: add 0.7.1 (diff) | |
download | gentoo-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.ebuild | 4 |
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" |