diff options
author | Johannes Huber <johu@gentoo.org> | 2017-02-09 19:42:23 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-02-09 19:42:37 +0100 |
commit | 0e7c442531fd2caefa9035ffc99514dc94432083 (patch) | |
tree | 7a07bfea1f2927843db5bef673bb696eac1a32a6 /kde-apps/kcachegrind/kcachegrind-16.12.2.ebuild | |
parent | multiprocess.eclass: makeopts_{jobs,loadavg}: fix implicit handling of $MAKEO... (diff) | |
download | gentoo-0e7c442531fd2caefa9035ffc99514dc94432083.tar.gz gentoo-0e7c442531fd2caefa9035ffc99514dc94432083.tar.bz2 gentoo-0e7c442531fd2caefa9035ffc99514dc94432083.zip |
kde-apps: Version bump KDE Applications 16.12.2
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kcachegrind/kcachegrind-16.12.2.ebuild')
-rw-r--r-- | kde-apps/kcachegrind/kcachegrind-16.12.2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kde-apps/kcachegrind/kcachegrind-16.12.2.ebuild b/kde-apps/kcachegrind/kcachegrind-16.12.2.ebuild new file mode 100644 index 000000000000..f39b8f22c6c7 --- /dev/null +++ b/kde-apps/kcachegrind/kcachegrind-16.12.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="Frontend for Cachegrind by KDE" +HOMEPAGE="https://www.kde.org/applications/development/kcachegrind +https://kcachegrind.github.io/html/Home.html" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="debug" + +RDEPEND=" + media-gfx/graphviz +" |