# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/kcachegrind/kcachegrind-0.3.ebuild,v 1.2 2003/02/13 11:57:01 vapier Exp $ inherit kde-base need-kde 3 IUSE="" DESCRIPTION="A kde frontend for the cachegrind profiling tool, which is part of valgrind" SRC_URI="mirror://sourceforge/kcachegrind/${P}.tar.gz" HOMEPAGE="http://kcachegrind.sourceforge.net" LICENSE="GPL-2" KEYWORDS="~x86" RDEPEND="$RDEPEND >=dev-util/valgrind-1.0.4-r1"