summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2008-09-19 01:16:04 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2008-09-19 01:16:04 +0000
commitbc12857e17d4bfcac1b96a64ec05710ec98f2971 (patch)
tree0f34d8d5a47d862379511c10d83585cd7f339ba5 /eclass
parentMarking hyphen_show-20000425 ~ppc64 for bug 237447 (diff)
downloadgentoo-2-bc12857e17d4bfcac1b96a64ec05710ec98f2971.tar.gz
gentoo-2-bc12857e17d4bfcac1b96a64ec05710ec98f2971.tar.bz2
gentoo-2-bc12857e17d4bfcac1b96a64ec05710ec98f2971.zip
Added kdelibs to the list of packages with ARTS_REQUIRED="", fixes bug
237692.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index 6e394f60fc88..779d3703e02e 100644
--- a/eclass/kde.eclass
+++ b/eclass/kde.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.219 2008/09/13 21:30:21 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.220 2008/09/19 01:16:04 cryos Exp $
# @ECLASS: kde.eclass
# @MAINTAINER:
@@ -32,7 +32,7 @@ if [[ ${CATEGORY} == "kde-base" ]]; then
# Get the aRts dependencies right - finally.
case "${PN}" in
- blinken|juk|kalarm|kanagram|kbounce|kcontrol|konq-plugins|kscd|kscreensaver|kttsd|kwifimanager) ARTS_REQUIRED="" ;;
+ blinken|juk|kalarm|kanagram|kbounce|kcontrol|konq-plugins|kscd|kscreensaver|kttsd|kwifimanager|kdelibs) ARTS_REQUIRED="" ;;
artsplugin-*|kaboodle|kasteroids|kdemultimedia-arts|kolf|krec|ksayit|noatun*) ARTS_REQUIRED="yes" ;;
*) ARTS_REQUIRED="never" ;;
esac