From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 880EB1582EF for ; Sat, 08 Mar 2025 07:04:33 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6D6A0341465 for ; Sat, 08 Mar 2025 07:04:33 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6AAE711027C; Sat, 08 Mar 2025 07:04:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 5EBAE11027C for ; Sat, 08 Mar 2025 07:04:32 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1440C341465 for ; Sat, 08 Mar 2025 07:04:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 798662810 for ; Sat, 08 Mar 2025 07:04:30 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1741417235.2a4bcd4e446fd51b86f566e7b99dcf97e738036a.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bpftool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bpftool/bpftool-7.5.0.ebuild dev-util/bpftool/bpftool-9999.ebuild X-VCS-Directories: dev-util/bpftool/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 2a4bcd4e446fd51b86f566e7b99dcf97e738036a X-VCS-Branch: master Date: Sat, 08 Mar 2025 07:04:30 +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: 1a2ffc84-c7a5-4948-9a32-9ee4f9f5c243 X-Archives-Hash: 319218020519f1aa00ddceff20530231 commit: 2a4bcd4e446fd51b86f566e7b99dcf97e738036a Author: Holger Hoffstätte applied-asynchrony com> AuthorDate: Thu Mar 6 09:26:38 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Mar 8 07:00:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a4bcd4e dev-util/bpftool: enable enable llvm_slot_20 Signed-off-by: Holger Hoffstätte applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/40926 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/bpftool/bpftool-7.5.0.ebuild | 2 +- dev-util/bpftool/bpftool-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/bpftool/bpftool-7.5.0.ebuild b/dev-util/bpftool/bpftool-7.5.0.ebuild index b3e3ff89e60a..931ad8d588c5 100644 --- a/dev-util/bpftool/bpftool-7.5.0.ebuild +++ b/dev-util/bpftool/bpftool-7.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -LLVM_COMPAT=( {15..19} ) +LLVM_COMPAT=( {15..20} ) LLVM_OPTIONAL=1 PYTHON_COMPAT=( python3_{10..13} ) diff --git a/dev-util/bpftool/bpftool-9999.ebuild b/dev-util/bpftool/bpftool-9999.ebuild index 753408c8ea03..fd1c3aebd4c6 100644 --- a/dev-util/bpftool/bpftool-9999.ebuild +++ b/dev-util/bpftool/bpftool-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -LLVM_COMPAT=( {15..19} ) +LLVM_COMPAT=( {15..20} ) LLVM_OPTIONAL=1 PYTHON_COMPAT=( python3_{10..13} )