blob: d8a0c287599d42ee9b6347ea2c80e82f16490adc (
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="2"
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"
|