diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-05-25 07:46:52 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-05-25 07:46:52 +0200 |
commit | 6bab1f2e5ee533784ff0ea33f7a0ca0189bd5439 (patch) | |
tree | 2ffcf44b460c959c00f1e0ae7adbd4fffe77350e /dev-util/oprofile/oprofile-1.1.0-r1.ebuild | |
parent | dev-libs/libpfm: Mark ~ppc64 (bug #579092). (diff) | |
download | gentoo-6bab1f2e5ee533784ff0ea33f7a0ca0189bd5439.tar.gz gentoo-6bab1f2e5ee533784ff0ea33f7a0ca0189bd5439.tar.bz2 gentoo-6bab1f2e5ee533784ff0ea33f7a0ca0189bd5439.zip |
dev-util/oprofile: Have PPC64 depend on dev-libs/libpfm (bug #579092).
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-util/oprofile/oprofile-1.1.0-r1.ebuild')
-rw-r--r-- | dev-util/oprofile/oprofile-1.1.0-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/oprofile/oprofile-1.1.0-r1.ebuild b/dev-util/oprofile/oprofile-1.1.0-r1.ebuild index 8a90f0841e64..4fdb7444a14d 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" |