From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-883415-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 76A8313826A
	for <garchives@archives.gentoo.org>; Wed, 25 May 2016 05:47:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D976B23400F;
	Wed, 25 May 2016 05:47:08 +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 76AE823400F
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 May 2016 05:47:08 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 835D1340C3E
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 May 2016 05:47:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DB40D334
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 May 2016 05:47:04 +0000 (UTC)
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1464155212.6bab1f2e5ee533784ff0ea33f7a0ca0189bd5439.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/oprofile/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/oprofile/oprofile-0.9.9-r2.ebuild dev-util/oprofile/oprofile-1.1.0-r1.ebuild
X-VCS-Directories: dev-util/oprofile/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 6bab1f2e5ee533784ff0ea33f7a0ca0189bd5439
X-VCS-Branch: master
Date: Wed, 25 May 2016 05:47:04 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 55b8046e-3057-4597-9b23-d43ca338ccec
X-Archives-Hash: 2f990095d62b58389105c10b9db8d683

commit:     6bab1f2e5ee533784ff0ea33f7a0ca0189bd5439
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 05:46:52 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed May 25 05:46:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bab1f2e

dev-util/oprofile: Have PPC64 depend on dev-libs/libpfm (bug #579092).

Package-Manager: portage-2.3.0_rc1

 dev-util/oprofile/oprofile-0.9.9-r2.ebuild | 1 +
 dev-util/oprofile/oprofile-1.1.0-r1.ebuild | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-util/oprofile/oprofile-0.9.9-r2.ebuild b/dev-util/oprofile/oprofile-0.9.9-r2.ebuild
index 45136a4..afc482f 100644
--- a/dev-util/oprofile/oprofile-0.9.9-r2.ebuild
+++ b/dev-util/oprofile/oprofile-0.9.9-r2.ebuild
@@ -18,6 +18,7 @@ IUSE="java pch qt4"
 DEPEND=">=dev-libs/popt-1.7-r1
 	sys-libs/binutils-libs
 	>=sys-libs/glibc-2.3.2-r1
+	ppc64? ( dev-libs/libpfm )
 	qt4? ( dev-qt/qtgui:4[qt3support] )
 	java? ( >=virtual/jdk-1.5:= )"
 RDEPEND="${DEPEND}"

diff --git a/dev-util/oprofile/oprofile-1.1.0-r1.ebuild b/dev-util/oprofile/oprofile-1.1.0-r1.ebuild
index 8a90f08..4fdb744 100644
--- a/dev-util/oprofile/oprofile-1.1.0-r1.ebuild
+++ b/dev-util/oprofile/oprofile-1.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,8 @@ IUSE="java pch"
 RDEPEND=">=dev-libs/popt-1.7-r1
 	sys-libs/binutils-libs
 	>=sys-libs/glibc-2.3.2-r1
-	java? ( >=virtual/jdk-1.5:= )"
+	java? ( >=virtual/jdk-1.5:= )
+	ppc64? ( dev-libs/libpfm )"
 DEPEND="${RDEPEND}
 	>=sys-kernel/linux-headers-2.6.31"