blob: 8c65d10b8f781aa1123047334d00ccacbe3a3f9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
KMNAME="kdeaccessibility"
inherit kde4-meta
DESCRIPTION="KDE accessibility tool: translates mouse hovering into clicks"
KEYWORDS="~amd64 ~x86"
IUSE="debug htmlhandbook"
RDEPEND="
>=kde-base/knotify-${PV}:${SLOT}
>=media-sound/phonon-4.1.80"
|