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 E862215800F for ; Wed, 1 Feb 2023 01:57:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D052E0B66; Wed, 1 Feb 2023 01:57:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 F0A23E0B66 for ; Wed, 1 Feb 2023 01:57:31 +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 2118B34092E for ; Wed, 1 Feb 2023 01:57:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8776162F for ; Wed, 1 Feb 2023 01:57:29 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1675216645.73f11ee67c4e0e7bc968f968fa2befd2176446b1.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bpftrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bpftrace/bpftrace-0.17.0-r1.ebuild dev-util/bpftrace/bpftrace-0.17.0.ebuild X-VCS-Directories: dev-util/bpftrace/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 73f11ee67c4e0e7bc968f968fa2befd2176446b1 X-VCS-Branch: master Date: Wed, 1 Feb 2023 01:57:29 +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: 77742bca-7db3-47ad-a120-62ded7bf4465 X-Archives-Hash: c6ff9b6b31f32aa22a17da5f90436680 commit: 73f11ee67c4e0e7bc968f968fa2befd2176446b1 Author: Patrick McLean gentoo org> AuthorDate: Wed Feb 1 01:56:53 2023 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed Feb 1 01:57:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f11ee6 dev-util/bpftrace: Update libbpf dep to 1.1 Signed-off-by: Patrick McLean gentoo.org> dev-util/bpftrace/{bpftrace-0.17.0.ebuild => bpftrace-0.17.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/bpftrace/bpftrace-0.17.0.ebuild b/dev-util/bpftrace/bpftrace-0.17.0-r1.ebuild similarity index 98% rename from dev-util/bpftrace/bpftrace-0.17.0.ebuild rename to dev-util/bpftrace/bpftrace-0.17.0-r1.ebuild index e2084dacecf4..f976f34e8416 100644 --- a/dev-util/bpftrace/bpftrace-0.17.0.ebuild +++ b/dev-util/bpftrace/bpftrace-0.17.0-r1.ebuild @@ -25,7 +25,7 @@ IUSE="fuzzing test" RESTRICT="test" RDEPEND=" - >=dev-libs/libbpf-1.0:= + >=dev-libs/libbpf-1.1:= >=dev-util/bcc-0.25.0:= >=sys-devel/llvm-10:=[llvm_targets_BPF(+)] >=sys-devel/clang-10:=