summaryrefslogtreecommitdiff
blob: 3e1df70b5db5ed4ff7f565e91bdd7f23f8a0f1f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

KMNAME="kde-runtime"
KMMODULE="plasma"
DECLARATIVE_REQUIRED="always"
inherit kde4-meta kde4-functions-extra

DESCRIPTION="Script engine and package tool for plasma"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="debug"

DEPEND="
	$(add_kdeframeworks_dep kactivities '' 4.13)
	$(add_kdeframeworks_dep kdelibs 'plasma')
"
RDEPEND="${DEPEND}"

RESTRICT=test
# bug 443748