commit: 542175a36df13a2808876ee14e8aa040c0a10c44 Author: Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com> AuthorDate: Sat Feb 24 18:23:30 2024 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sat Feb 24 19:24:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=542175a3
dev-util/bpftool: add python-3.12 Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/35515 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-util/bpftool/bpftool-6.6.8.ebuild | 2 +- 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/_/-}"
