diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-11-22 01:23:31 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-11-22 01:23:31 +0000 |
commit | a3acae4b969363c99ea3f2de2c673ba380f5688e (patch) | |
tree | a317ce38c60ef07bc271b1676f66ef8d50fbfc58 /eclass | |
parent | Merged an improved init script. (diff) | |
download | gentoo-2-a3acae4b969363c99ea3f2de2c673ba380f5688e.tar.gz gentoo-2-a3acae4b969363c99ea3f2de2c673ba380f5688e.tar.bz2 gentoo-2-a3acae4b969363c99ea3f2de2c673ba380f5688e.zip |
Updated x11-libs/qt-phonon block to avoid a qt downgrade.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde4-base.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 69df5a9a9f73..b1c16000568c 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -1,6 +1,6 @@ # Copyright 2007-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.17 2008/11/21 17:06:03 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.18 2008/11/22 01:23:31 jmbsvicetto Exp $ # @ECLASS: kde4-base.eclass # @MAINTAINER: @@ -51,7 +51,6 @@ kde4-base_set_qt_dependencies() { # split qt qtdepend=" - !x11-libs/qt-phonon x11-libs/qt-core:4${qtcore} x11-libs/qt-gui:4${qtgui} x11-libs/qt-qt3support:4${qt3support} @@ -85,7 +84,7 @@ kde4-base_set_qt_dependencies() { ;; esac - COMMONDEPEND="${COMMONDEPEND} ${qtdepend}" + COMMONDEPEND="${COMMONDEPEND} ${qtdepend} !x11-libs/qt-phonon" } kde4-base_set_qt_dependencies |