From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 81898158041 for ; Sat, 24 Feb 2024 19:25:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6117FE29D4; Sat, 24 Feb 2024 19:25:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 409B5E29D4 for ; Sat, 24 Feb 2024 19:25:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D455343070 for ; Sat, 24 Feb 2024 19:25:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0376137F for ; Sat, 24 Feb 2024 19:25:05 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1708802692.542175a36df13a2808876ee14e8aa040c0a10c44.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bpftool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bpftool/bpftool-6.6.8.ebuild dev-util/bpftool/bpftool-6.7.6.ebuild X-VCS-Directories: dev-util/bpftool/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 542175a36df13a2808876ee14e8aa040c0a10c44 X-VCS-Branch: master Date: Sat, 24 Feb 2024 19:25:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a8473f2a-9a90-4b35-abf1-90dc26c11982 X-Archives-Hash: 0cc794e420e857ee820a8da04506b891 commit: 542175a36df13a2808876ee14e8aa040c0a10c44 Author: Holger Hoffstätte applied-asynchrony com> AuthorDate: Sat Feb 24 18:23:30 2024 +0000 Commit: Jakov Smolić gentoo 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 applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/35515 Signed-off-by: Jakov Smolić 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/_/-}"