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 269761395E1 for ; Tue, 1 Nov 2016 16:13:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0FEEE0C0B; Tue, 1 Nov 2016 16:13:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 948ABE0C0B for ; Tue, 1 Nov 2016 16:13:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EE7834119A for ; Tue, 1 Nov 2016 16:13:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AAEC249C for ; Tue, 1 Nov 2016 16:13:22 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1478016772.d6036965c7e48128532daae1218dc58d0c8548cc.zmedico@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.2.0-r1.ebuild X-VCS-Directories: dev-util/bcc/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: d6036965c7e48128532daae1218dc58d0c8548cc X-VCS-Branch: master Date: Tue, 1 Nov 2016 16:13:22 +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-Archives-Salt: d08be410-43b4-4a68-bb34-94d915d389a1 X-Archives-Hash: 30a59cc0bdf5dd40a3ce9da4e74a91ea commit: d6036965c7e48128532daae1218dc58d0c8548cc Author: Zac Medico gentoo org> AuthorDate: Tue Nov 1 16:12:52 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Nov 1 16:12:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6036965 dev-util/bcc: require at least elfutils-0.166 for GElf_Nhdr in gelf.h Package-Manager: portage-2.3.2 dev-util/bcc/bcc-0.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/bcc/bcc-0.2.0-r1.ebuild b/dev-util/bcc/bcc-0.2.0-r1.ebuild index a63176b..9d2e18c 100644 --- a/dev-util/bcc/bcc-0.2.0-r1.ebuild +++ b/dev-util/bcc/bcc-0.2.0-r1.ebuild @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="dev-libs/elfutils:= +RDEPEND=">=dev-libs/elfutils-0.166:= sys-devel/clang:= >=sys-devel/llvm-3.7:=[llvm_targets_BPF(+)] ${PYTHON_DEPS}"