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 7EE7A1395E1 for ; Tue, 1 Nov 2016 16:01:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C175E0C1A; Tue, 1 Nov 2016 16:01:45 +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 E3877E0C1A for ; Tue, 1 Nov 2016 16:01:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 96350341072 for ; Tue, 1 Nov 2016 16:01:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4AD724AA for ; Tue, 1 Nov 2016 16:01:41 +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: <1478016092.9910600210a6502962f4f4a3e728819f2d77be1e.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.ebuild X-VCS-Directories: dev-util/bcc/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 9910600210a6502962f4f4a3e728819f2d77be1e X-VCS-Branch: master Date: Tue, 1 Nov 2016 16:01:41 +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: dd91a7a1-ea98-4611-89b8-cfb9185cf3fc X-Archives-Hash: 0d0e61c6a35c6fa3f0a548dafeb7f516 commit: 9910600210a6502962f4f4a3e728819f2d77be1e Author: Zac Medico gentoo org> AuthorDate: Tue Nov 1 15:54:42 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Nov 1 16:01:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99106002 dev-util/bcc: add elfutils dep for bug 598617 Package-Manager: portage-2.3.2 dev-util/bcc/bcc-0.2.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-util/bcc/bcc-0.2.0.ebuild b/dev-util/bcc/bcc-0.2.0.ebuild index 11d588b..a63176b 100644 --- a/dev-util/bcc/bcc-0.2.0.ebuild +++ b/dev-util/bcc/bcc-0.2.0.ebuild @@ -20,8 +20,9 @@ KEYWORDS="~amd64 ~x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND=">=sys-devel/llvm-3.7:=[llvm_targets_BPF(+)] - sys-devel/clang +RDEPEND="dev-libs/elfutils:= + sys-devel/clang:= + >=sys-devel/llvm-3.7:=[llvm_targets_BPF(+)] ${PYTHON_DEPS}" DEPEND="${RDEPEND}" S=${WORKDIR}/${PN}-${EGIT_COMMIT#v}