diff options
Diffstat (limited to 'kde-apps/kcachegrind/kcachegrind-4.14.3.ebuild')
-rw-r--r-- | kde-apps/kcachegrind/kcachegrind-4.14.3.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kde-apps/kcachegrind/kcachegrind-4.14.3.ebuild b/kde-apps/kcachegrind/kcachegrind-4.14.3.ebuild new file mode 100644 index 000000000000..8d90a762ff51 --- /dev/null +++ b/kde-apps/kcachegrind/kcachegrind-4.14.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-apps/kcachegrind/kcachegrind-4.14.3.ebuild,v 1.1 2015/06/04 18:44:47 kensington Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE Frontend for Cachegrind" +HOMEPAGE="http://www.kde.org/applications/development/kcachegrind +http://kcachegrind.sourceforge.net" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + media-gfx/graphviz +" |