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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 874411382C5 for ; Tue, 8 Jun 2021 17:14:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 771C4E081E; Tue, 8 Jun 2021 17:14:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E007E081E for ; Tue, 8 Jun 2021 17:14:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5A06335CA0 for ; Tue, 8 Jun 2021 17:14:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21F3379D for ; Tue, 8 Jun 2021 17:14:46 +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: <1623172474.5d35bf1ee08b512eb4ec1ff943aeee23f650ce5d.chutzpah@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.19.0-r1.ebuild dev-util/bcc/bcc-0.19.0.ebuild X-VCS-Directories: dev-util/bcc/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 5d35bf1ee08b512eb4ec1ff943aeee23f650ce5d X-VCS-Branch: master Date: Tue, 8 Jun 2021 17:14:46 +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: 5fccbd01-3fae-4bf6-8dea-868c24e49d81 X-Archives-Hash: 327def53da83d01fa9636061dfac29f8 commit: 5d35bf1ee08b512eb4ec1ff943aeee23f650ce5d Author: Patrick McLean gentoo org> AuthorDate: Tue Jun 8 17:14:34 2021 +0000 Commit: Patrick McLean gentoo org> CommitDate: Tue Jun 8 17:14:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d35bf1e dev-util/bc-0.19.0-r1: Revbump, force libbpf-0.3 (bug #794694) Closes: https://bugs.gentoo.org/794694 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Patrick McLean gentoo.org> dev-util/bcc/{bcc-0.19.0.ebuild => bcc-0.19.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/bcc/bcc-0.19.0.ebuild b/dev-util/bcc/bcc-0.19.0-r1.ebuild similarity index 98% rename from dev-util/bcc/bcc-0.19.0.ebuild rename to dev-util/bcc/bcc-0.19.0-r1.ebuild index c78faabac7b..c331a015d80 100644 --- a/dev-util/bcc/bcc-0.19.0.ebuild +++ b/dev-util/bcc/bcc-0.19.0-r1.ebuild @@ -21,7 +21,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} lua? ( ${LUA_REQUIRED_USE} )" RDEPEND=" - >=dev-libs/libbpf-0.3[static-libs(-)] + ~dev-libs/libbpf-0.3:=[static-libs(-)] >=sys-kernel/linux-headers-4.14 >=dev-libs/elfutils-0.166:= <=sys-devel/clang-13:=