blob: 393695d8b4025881ea908df459f5f2dafc1b5cda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccessibility-meta/kdeaccessibility-meta-4.2.3.ebuild,v 1.1 2009/05/06 23:01:17 scarabeus Exp $
EAPI="2"
inherit kde4-functions
DESCRIPTION="kdeaccessibility - merge this to pull in all kdeaccessiblity-derived packages"
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2"
SLOT="4.2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND="
>=kde-base/kdeaccessibility-colorschemes-${PV}:${SLOT}
>=kde-base/kdeaccessibility-iconthemes-${PV}:${SLOT}
>=kde-base/kmag-${PV}:${SLOT}
>=kde-base/kmousetool-${PV}:${SLOT}
>=kde-base/kmouth-${PV}:${SLOT}
>=kde-base/kttsd-${PV}:${SLOT}
"
# The following are disabled in CMakeLists.txt
# >=kde-base/kbstateapplet-${PV}:${SLOT} - kicker applet
# >=kde-base/ksayit-${PV}:${SLOT} - doesn't compile
|