blob: f9c8b5a63015391bf59f84690c5661a1c833e8f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
KMNAME="kdesdk"
KDE_SCM="svn"
inherit kde4-meta
DESCRIPTION="Measures starting performance of applications"
KEYWORDS=""
IUSE="debug"
|