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 408A2158015 for ; Sat, 23 Dec 2023 18:45:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F40FC2BC099; Sat, 23 Dec 2023 18:45:41 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 6F5BC2BC09D for ; Sat, 23 Dec 2023 18:45:41 +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 76A45342FFF for ; Sat, 23 Dec 2023 18:45:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC85714B5 for ; Sat, 23 Dec 2023 18:45:37 +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: <1703357123.1e80ecfbe83a5413464c782693404b1ca3ebcb3d.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bcc/bcc-0.28.0-r1.ebuild dev-util/bcc/bcc-0.28.0.ebuild dev-util/bcc/bcc-0.29.1-r1.ebuild dev-util/bcc/bcc-0.29.1.ebuild X-VCS-Directories: dev-util/bcc/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 1e80ecfbe83a5413464c782693404b1ca3ebcb3d X-VCS-Branch: master Date: Sat, 23 Dec 2023 18:45:37 +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: ec39948b-71d1-4d6e-a1c4-16bf82e24106 X-Archives-Hash: d54efd1d3d70fa379abc3465b8815ea7 commit: 1e80ecfbe83a5413464c782693404b1ca3ebcb3d Author: Jakov Smolić gentoo org> AuthorDate: Sat Dec 23 18:40:20 2023 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Dec 23 18:45:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e80ecfb dev-util/bcc: Increase minimum libbpf version Closes: https://bugs.gentoo.org/909385 Signed-off-by: Jakov Smolić gentoo.org> dev-util/bcc/{bcc-0.28.0.ebuild => bcc-0.28.0-r1.ebuild} | 2 +- dev-util/bcc/{bcc-0.29.1.ebuild => bcc-0.29.1-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/bcc/bcc-0.28.0.ebuild b/dev-util/bcc/bcc-0.28.0-r1.ebuild similarity index 98% rename from dev-util/bcc/bcc-0.28.0.ebuild rename to dev-util/bcc/bcc-0.28.0-r1.ebuild index 25627ff05dcc..003d3e90c761 100644 --- a/dev-util/bcc/bcc-0.28.0.ebuild +++ b/dev-util/bcc/bcc-0.28.0-r1.ebuild @@ -28,7 +28,7 @@ RESTRICT="test" RDEPEND=" >=dev-libs/elfutils-0.166:= - >=dev-libs/libbpf-0.7.0:=[static-libs(-)] + >=dev-libs/libbpf-1.2.0:=[static-libs(-)] sys-kernel/linux-headers