diff options
author | 2007-06-11 17:07:41 +0000 | |
---|---|---|
committer | 2007-06-11 17:07:41 +0000 | |
commit | 9896420057685d078e9b6a9803db197580d146e8 (patch) | |
tree | 03471513f5daa71441c50fcc4046aa2d65c779b7 /eclass | |
parent | limewire needs >=virtual/jre-1.4 to run. (diff) | |
download | gentoo-2-9896420057685d078e9b6a9803db197580d146e8.tar.gz gentoo-2-9896420057685d078e9b6a9803db197580d146e8.tar.bz2 gentoo-2-9896420057685d078e9b6a9803db197580d146e8.zip |
Limited checking for the arts USE flag to KDE 3.5* because it will otherwise conflict with KDE 4.x.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass index 4e1d91b0c9a3..2319e2e3202b 100644 --- a/eclass/kde.eclass +++ b/eclass/kde.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.198 2007/04/22 23:04:33 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.199 2007/06/11 17:07:41 philantrop Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -55,7 +55,7 @@ kde_pkg_setup() { if [[ ${PN} != "arts" ]] && [[ ${PN} != "kdelibs" ]] ; then if [[ ${ARTS_REQUIRED} == 'yes' ]] || \ ( [[ ${ARTS_REQUIRED} != "never" ]] && use arts ) ; then - if ! built_with_use kde-base/kdelibs arts ; then + if ! built_with_use =kde-base/kdelibs-3.5* arts ; then use arts && \ eerror "You are trying to compile ${CATEGORY}/${PF} with the \"arts\" USE flag enabled." || \ eerror "The package ${CATEGORY}/${PF} you're trying to merge requires aRTs." |