summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2016-11-01 09:12:52 -0700
committerZac Medico <zmedico@gentoo.org>2016-11-01 09:12:52 -0700
commitd6036965c7e48128532daae1218dc58d0c8548cc (patch)
tree58c6b51fb332a33f7ecaaf87f722f8f06cefb26d /dev-util/bcc
parentdev-util/bcc: revision bump to bcc-0.2.0-r1 for bug 598617 (diff)
downloadgentoo-d6036965c7e48128532daae1218dc58d0c8548cc.tar.gz
gentoo-d6036965c7e48128532daae1218dc58d0c8548cc.tar.bz2
gentoo-d6036965c7e48128532daae1218dc58d0c8548cc.zip
dev-util/bcc: require at least elfutils-0.166 for GElf_Nhdr in gelf.h
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-util/bcc')
-rw-r--r--dev-util/bcc/bcc-0.2.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/bcc/bcc-0.2.0-r1.ebuild b/dev-util/bcc/bcc-0.2.0-r1.ebuild
index a63176ba2916..9d2e18c1085e 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}"