summaryrefslogtreecommitdiff
blob: 607b5ea6bf86b67b465ce945b375b6e3669354e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccessibility/kdeaccessibility-3.4.0_beta1.ebuild,v 1.5 2005/02/08 14:50:50 greg_g Exp $

inherit kde-dist

DESCRIPTION="KDE accessibility module"
KEYWORDS="~x86 ~amd64"
IUSE="arts"

src_compile() {
	# see http://bugs.kde.org/show_bug.cgi?id=97106
	use arts || export DO_NOT_COMPILE="${DO_NOT_COMPILE} ksayit"

	kde_src_compile
}