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 8D0BE139694 for ; Fri, 2 Jun 2017 00:18:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C637E0BE6; Fri, 2 Jun 2017 00:18:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 76868E0BE6 for ; Fri, 2 Jun 2017 00:18:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D36593416C8 for ; Fri, 2 Jun 2017 00:18:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40C03745D for ; Fri, 2 Jun 2017 00:18:44 +0000 (UTC) From: "Jason Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" Message-ID: <1496362716.ccf5bffd903d653336bfd0e57f9dd003868a5c52.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/perf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/perf/perf-4.9.13.ebuild X-VCS-Directories: dev-util/perf/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: ccf5bffd903d653336bfd0e57f9dd003868a5c52 X-VCS-Branch: master Date: Fri, 2 Jun 2017 00:18:44 +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: 9e4c6ac9-1374-4af0-88fe-a52b1cfd08e0 X-Archives-Hash: 16acc09331d8e609c5f6290ec7535d02 commit: ccf5bffd903d653336bfd0e57f9dd003868a5c52 Author: Jason A. Donenfeld gentoo org> AuthorDate: Fri Jun 2 00:16:44 2017 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Fri Jun 2 00:18:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccf5bffd dev-util/perf: fix dep on libbfd Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-util/perf/perf-4.9.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/perf/perf-4.9.13.ebuild b/dev-util/perf/perf-4.9.13.ebuild index 97f3a8aa355..99c34d5b4c5 100644 --- a/dev-util/perf/perf-4.9.13.ebuild +++ b/dev-util/perf/perf-4.9.13.ebuild @@ -42,7 +42,7 @@ IUSE="audit debug +demangle +doc gtk numa perl python slang unwind" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="audit? ( sys-process/audit ) - demangle? ( sys-devel/binutils:= ) + demangle? ( sys-libs/binutils-libs:= ) gtk? ( x11-libs/gtk+:2 ) numa? ( sys-process/numactl ) perl? ( dev-lang/perl ) @@ -51,7 +51,7 @@ RDEPEND="audit? ( sys-process/audit ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils" DEPEND="${RDEPEND} - >=sys-kernel/linux-headers-4.4 + >=sys-kernel/linux-headers-4.9 ${LINUX_PATCH+dev-util/patchutils} sys-devel/bison sys-devel/flex