summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-03-04 20:35:36 +0100
committerJakov Smolić <jsmolic@gentoo.org>2023-03-04 23:17:52 +0100
commit8d4a544394cb86801688a64b92d4ff506a179b06 (patch)
tree72483fc324adda60759b97c32ecac0b687d3360b /dev-util/bpftool
parentdev-python/hiredis: pep517, re-add tests (diff)
downloadgentoo-8d4a544394cb86801688a64b92d4ff506a179b06.tar.gz
gentoo-8d4a544394cb86801688a64b92d4ff506a179b06.tar.bz2
gentoo-8d4a544394cb86801688a64b92d4ff506a179b06.zip
dev-util/bpftool: enable py3.11
Closes: https://bugs.gentoo.org/896916 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-util/bpftool')
-rw-r--r--dev-util/bpftool/bpftool-6.1.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/bpftool/bpftool-6.1.7.ebuild b/dev-util/bpftool/bpftool-6.1.7.ebuild
index 4f68a43259e9..312ca35bf0e2 100644
--- a/dev-util/bpftool/bpftool-6.1.7.ebuild
+++ b/dev-util/bpftool/bpftool-6.1.7.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit estack linux-info optfeature python-any-r1 bash-completion-r1 toolchain-funcs
MY_PV="${PV/_/-}"