diff options
author | Holger Hoffstätte <holger@applied-asynchrony.com> | 2024-02-24 19:23:30 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-02-24 20:24:52 +0100 |
commit | 542175a36df13a2808876ee14e8aa040c0a10c44 (patch) | |
tree | 79d0c6700eecf298202f13a526000f22deaea9eb /dev-util/bpftool | |
parent | dev-util/bpftool: remove -Werror (diff) | |
download | gentoo-542175a36df13a2808876ee14e8aa040c0a10c44.tar.gz gentoo-542175a36df13a2808876ee14e8aa040c0a10c44.tar.bz2 gentoo-542175a36df13a2808876ee14e8aa040c0a10c44.zip |
dev-util/bpftool: add python-3.12
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Closes: https://github.com/gentoo/gentoo/pull/35515
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-util/bpftool')
-rw-r--r-- | dev-util/bpftool/bpftool-6.6.8.ebuild | 2 | ||||
-rw-r--r-- | dev-util/bpftool/bpftool-6.7.6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/bpftool/bpftool-6.6.8.ebuild b/dev-util/bpftool/bpftool-6.6.8.ebuild index 2b872d7a7f85..6bccebe1c3cf 100644 --- a/dev-util/bpftool/bpftool-6.6.8.ebuild +++ b/dev-util/bpftool/bpftool-6.6.8.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit estack linux-info optfeature python-any-r1 bash-completion-r1 toolchain-funcs MY_PV="${PV/_/-}" diff --git a/dev-util/bpftool/bpftool-6.7.6.ebuild b/dev-util/bpftool/bpftool-6.7.6.ebuild index 22dbd6e83235..d9aaf97df06f 100644 --- a/dev-util/bpftool/bpftool-6.7.6.ebuild +++ b/dev-util/bpftool/bpftool-6.7.6.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit estack linux-info optfeature python-any-r1 bash-completion-r1 toolchain-funcs MY_PV="${PV/_/-}" |