blob: 3c4100061c7f965f7539894b14733b441825c501 (
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"
inherit kde4-meta
DESCRIPTION="Applet for KDE and X clipboard management"
KEYWORDS=""
IUSE="debug +handbook"
DEPEND="
$(add_kdebase_dep libkworkspace)
$(add_kdebase_dep libtaskmanager)
!aqua? ( x11-libs/libXfixes )
"
RDEPEND="${DEPEND}"
|