blob: 3f47d5f1f29a1f67170a17ce5b83b296e32c60a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="3"
KMNAME="kdebase-workspace"
KMMODULE="libs/plasmagenericshell"
inherit kde4-meta
DESCRIPTION="Libraries for the KDE Plasma shell"
KEYWORDS=""
IUSE="debug"
RDEPEND="
$(add_kdebase_dep libkworkspace)
"
KMSAVELIBS="true"
|