# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/kcachegrind-3.5.9.ebuild,v 1.7 2008/06/14 18:02:06 nixnut Exp $ KMNAME=kdesdk EAPI="1" inherit kde-meta eutils DESCRIPTION="KDE Frontend for Cachegrind" KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd" IUSE="kdehiddenvisibility" #DEPEND="!alpha? ( !sparc? ( !x86-fbsd? ( >=dev-util/valgrind-3.2.0 ) ) )" RDEPEND="${DEPEND} media-gfx/graphviz" pkg_postinst() { kde_pkg_postinst echo elog "To make full use of ${PN} you should emerge >=dev-util/valgrind-3.2.0 and/or" elog "dev-util/oprofile." echo }