From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1430216-garchives=archives.gentoo.org@lists.gentoo.org>
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 7E7BA158094
	for <garchives@archives.gentoo.org>; Wed, 24 Aug 2022 18:20:38 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 83208E07E1;
	Wed, 24 Aug 2022 18:20:36 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 56A1BE07E1
	for <gentoo-commits@lists.gentoo.org>; Wed, 24 Aug 2022 18:20:36 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 47492340E31
	for <gentoo-commits@lists.gentoo.org>; Wed, 24 Aug 2022 18:20:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 871A4549
	for <gentoo-commits@lists.gentoo.org>; Wed, 24 Aug 2022 18:20:33 +0000 (UTC)
From: "Patrick McLean" <chutzpah@gentoo.org>
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" <chutzpah@gentoo.org>
Message-ID: <1661365230.c1f7a17d2cabff1af47da1b1bccf0332879acada.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.15.0-r1.ebuild dev-util/bpftrace/bpftrace-0.15.0.ebuild
X-VCS-Directories: dev-util/bpftrace/
X-VCS-Committer: chutzpah
X-VCS-Committer-Name: Patrick McLean
X-VCS-Revision: c1f7a17d2cabff1af47da1b1bccf0332879acada
X-VCS-Branch: master
Date: Wed, 24 Aug 2022 18:20:33 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 48155522-fa43-4d15-b895-0d90ad0f1949
X-Archives-Hash: fa0f985e19d2a00e52fa7a855bec0e64

commit:     c1f7a17d2cabff1af47da1b1bccf0332879acada
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 18:19:52 2022 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 18:20:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f7a17d

dev-util/bpftrace: Force <dev-libs/libbpf-1.0

Doesn't build with newer libbpf.

Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 dev-util/bpftrace/{bpftrace-0.15.0.ebuild => bpftrace-0.15.0-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/bpftrace/bpftrace-0.15.0.ebuild b/dev-util/bpftrace/bpftrace-0.15.0-r1.ebuild
similarity index 98%
rename from dev-util/bpftrace/bpftrace-0.15.0.ebuild
rename to dev-util/bpftrace/bpftrace-0.15.0-r1.ebuild
index cb4b8281e70b..1b080a8637d2 100644
--- a/dev-util/bpftrace/bpftrace-0.15.0.ebuild
+++ b/dev-util/bpftrace/bpftrace-0.15.0-r1.ebuild
@@ -25,6 +25,7 @@ RESTRICT="test"
 
 RDEPEND="
 	>=dev-libs/libbpf-0.8:=
+	<dev-libs/libbpf-1.0:=
 	>=dev-util/bcc-0.13.0:=
 	dev-util/systemtap
 	<sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):=