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 767B9138334 for ; Wed, 11 Dec 2019 23:42:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E108E0833; Wed, 11 Dec 2019 23:42:42 +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 C38CFE0833 for ; Wed, 11 Dec 2019 23:42:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F2CE234D956 for ; Wed, 11 Dec 2019 23:42:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42B7F8A8 for ; Wed, 11 Dec 2019 23:42:37 +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: <1576107715.c47679dbc328ae7cc7621a121d63723255931d1b.chutzpah@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.12.0-r1.ebuild dev-util/bcc/bcc-0.12.0.ebuild X-VCS-Directories: dev-util/bcc/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: c47679dbc328ae7cc7621a121d63723255931d1b X-VCS-Branch: master Date: Wed, 11 Dec 2019 23:42:37 +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: f3b3c032-5b70-4a30-9ab9-e8f40a319bfb X-Archives-Hash: 600cf989534e2dde5d50e155704992f8 commit: c47679dbc328ae7cc7621a121d63723255931d1b Author: Patrick McLean sony com> AuthorDate: Wed Dec 11 23:41:34 2019 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed Dec 11 23:41:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47679db dev-util/bcc-0.12.0-r1: Revbump, works with older linux-headers Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Patrick McLean gentoo.org> dev-util/bcc/{bcc-0.12.0.ebuild => bcc-0.12.0-r1.ebuild} | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/dev-util/bcc/bcc-0.12.0.ebuild b/dev-util/bcc/bcc-0.12.0-r1.ebuild similarity index 94% rename from dev-util/bcc/bcc-0.12.0.ebuild rename to dev-util/bcc/bcc-0.12.0-r1.ebuild index 8cb390307d2..cb592d045bd 100644 --- a/dev-util/bcc/bcc-0.12.0.ebuild +++ b/dev-util/bcc/bcc-0.12.0-r1.ebuild @@ -24,12 +24,14 @@ KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+luajit test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND=">=sys-kernel/linux-headers-4.18 +RDEPEND=" + >=sys-kernel/linux-headers-4.14 >=dev-libs/elfutils-0.166:= sys-devel/clang:= >=sys-devel/llvm-3.7.1:=[llvm_targets_BPF(+)] luajit? ( dev-lang/luajit ) - ${PYTHON_DEPS}" + ${PYTHON_DEPS} +" DEPEND="${RDEPEND} test? ( || ( @@ -38,9 +40,12 @@ DEPEND="${RDEPEND} ) net-analyzer/netperf net-misc/iperf:* - )" -BDEPEND="dev-util/cmake - virtual/pkgconfig" + ) +" +BDEPEND=" + dev-util/cmake + virtual/pkgconfig +" S=${WORKDIR}/${PN}-${EGIT_COMMIT#v}