commit: d6036965c7e48128532daae1218dc58d0c8548cc
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 1 16:12:52 2016 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> 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}"