blob: cade004f2de4d368190913190a9c7ca401d2a982 (
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-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccessibility-meta/kdeaccessibility-meta-3.5.9.ebuild,v 1.7 2008/05/18 22:10:13 maekke Exp $
EAPI="1"
inherit kde-functions
DESCRIPTION="kdeaccessibility - merge this to pull in all kdeaccessiblity-derived packages"
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2"
SLOT="3.5"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE="arts"
RDEPEND="
arts? ( >=kde-base/ksayit-${PV}:${SLOT}
>=kde-base/kttsd-${PV}:${SLOT} )
>=kde-base/kmag-${PV}:${SLOT}
>=kde-base/kdeaccessibility-iconthemes-${PV}:${SLOT}
>=kde-base/kmousetool-${PV}:${SLOT}
>=kde-base/kbstateapplet-${PV}:${SLOT}
>=kde-base/kmouth-${PV}:${SLOT}"
|