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 364CE158003 for ; Sun, 7 Nov 2021 20:59:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19D8A2BC045; Sun, 7 Nov 2021 20:59:47 +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 E330C2BC045 for ; Sun, 7 Nov 2021 20:59:46 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC79A3431FA for ; Sun, 7 Nov 2021 20:59:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED39B1BD for ; Sun, 7 Nov 2021 20:59:42 +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: <1636318721.073fb10f6fedaf9dc92fc31edf912e4b5076e00c.jsmolic@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.13.0-r1.ebuild dev-util/bpftrace/bpftrace-0.14.0-r2.ebuild X-VCS-Directories: dev-util/bpftrace/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 073fb10f6fedaf9dc92fc31edf912e4b5076e00c X-VCS-Branch: master Date: Sun, 7 Nov 2021 20:59:42 +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: b3ea1586-8d2a-425e-8af3-bc4315b4666c X-Archives-Hash: f9420508af7561aa7ebf25f3dc914efd commit: 073fb10f6fedaf9dc92fc31edf912e4b5076e00c Author: Jakov Smolić gentoo org> AuthorDate: Sun Nov 7 20:58:21 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Nov 7 20:58:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073fb10f dev-util/bpftrace: Drop unused toolchain-funcs in 0.13.0-r1 and 0.14.0-r2 Signed-off-by: Jakov Smolić gentoo.org> dev-util/bpftrace/bpftrace-0.13.0-r1.ebuild | 2 +- dev-util/bpftrace/bpftrace-0.14.0-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/bpftrace/bpftrace-0.13.0-r1.ebuild b/dev-util/bpftrace/bpftrace-0.13.0-r1.ebuild index 3437f2e80ce..bf4eda842df 100644 --- a/dev-util/bpftrace/bpftrace-0.13.0-r1.ebuild +++ b/dev-util/bpftrace/bpftrace-0.13.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit toolchain-funcs llvm linux-info cmake +inherit llvm linux-info cmake DESCRIPTION="High-level tracing language for eBPF" HOMEPAGE="https://github.com/iovisor/bpftrace" diff --git a/dev-util/bpftrace/bpftrace-0.14.0-r2.ebuild b/dev-util/bpftrace/bpftrace-0.14.0-r2.ebuild index 483f341c490..bb1d9b9bc09 100644 --- a/dev-util/bpftrace/bpftrace-0.14.0-r2.ebuild +++ b/dev-util/bpftrace/bpftrace-0.14.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit toolchain-funcs llvm linux-info cmake +inherit llvm linux-info cmake DESCRIPTION="High-level tracing language for eBPF" HOMEPAGE="https://github.com/iovisor/bpftrace"