diff options
Diffstat (limited to 'dev-util/kcachegrind/kcachegrind-0.4.5.ebuild')
-rw-r--r-- | dev-util/kcachegrind/kcachegrind-0.4.5.ebuild | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/dev-util/kcachegrind/kcachegrind-0.4.5.ebuild b/dev-util/kcachegrind/kcachegrind-0.4.5.ebuild index f0c9ca040298..97555bd8faab 100644 --- a/dev-util/kcachegrind/kcachegrind-0.4.5.ebuild +++ b/dev-util/kcachegrind/kcachegrind-0.4.5.ebuild @@ -1,17 +1,22 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kcachegrind/kcachegrind-0.4.5.ebuild,v 1.3 2004/07/03 16:45:43 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kcachegrind/kcachegrind-0.4.5.ebuild,v 1.4 2004/07/25 22:02:43 carlo Exp $ + inherit kde -IUSE="" DESCRIPTION="A kde frontend for the cachegrind profiling tool, which is part of valgrind" -SRC_URI="http://kcachegrind.sourceforge.net/${P}.tar.gz" HOMEPAGE="http://kcachegrind.sourceforge.net" +SRC_URI="http://kcachegrind.sourceforge.net/${P}.tar.gz" + +SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" +IUSE="" -RDEPEND=">=dev-util/calltree-0.9.1 +DEPEND="!kde-base/kdesdk" +RDEPEND="!kde-base/kdesdk + >=dev-util/calltree-0.9.1 media-gfx/graphviz" need-kde 3 |