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 B3CF7138334 for ; Tue, 12 Mar 2019 06:18:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC339E09BD; Tue, 12 Mar 2019 06:18:03 +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 93551E09BD for ; Tue, 12 Mar 2019 06:18:03 +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 0207A335C30 for ; Tue, 12 Mar 2019 06:18:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67EC453A for ; Tue, 12 Mar 2019 06:18:00 +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: <1552371469.e7e586e1a00f41c06585c98a8e9a43534a4caa20.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbpf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libbpf/libbpf-0.20190311.ebuild X-VCS-Directories: dev-libs/libbpf/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: e7e586e1a00f41c06585c98a8e9a43534a4caa20 X-VCS-Branch: master Date: Tue, 12 Mar 2019 06:18:00 +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: ff80c7fb-0d26-4c91-96e3-b9acc09e57d5 X-Archives-Hash: 9834fa35eecf94e09c185da2200ac5db commit: e7e586e1a00f41c06585c98a8e9a43534a4caa20 Author: Patrick McLean sony com> AuthorDate: Tue Mar 12 06:17:21 2019 +0000 Commit: Patrick McLean gentoo org> CommitDate: Tue Mar 12 06:17:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e586e1 dev-libs/libbpf: Add blocker against <=bcc-0.7.0 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Patrick McLean gentoo.org> dev-libs/libbpf/libbpf-0.20190311.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/libbpf/libbpf-0.20190311.ebuild b/dev-libs/libbpf/libbpf-0.20190311.ebuild index fdbc1a51645..114e79ca5a3 100644 --- a/dev-libs/libbpf/libbpf-0.20190311.ebuild +++ b/dev-libs/libbpf/libbpf-0.20190311.ebuild @@ -16,7 +16,8 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="static-libs" -COMMON_DEPEND="virtual/libelf" +COMMON_DEPEND="virtual/libelf + !<=dev-util/bcc-0.7.0" DEPEND="${COMMON_DEPEND} sys-kernel/linux-headers" RDEPEND="${COMMON_DEPEND}"