diff options
author | Davide Pesavento <pesa@gentoo.org> | 2012-04-19 14:52:12 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2012-04-19 14:52:12 +0000 |
commit | 5a4768ae5886d1c482851ce116a4f9e68792457f (patch) | |
tree | 38b2637422654abac089f29e072315f1addf9753 /eclass/qt4-build.eclass | |
parent | Mask net-ftp/leechcraft-lcftp and net-p2p/leechcraft-eiskaltdcpp by maintaine... (diff) | |
download | historical-5a4768ae5886d1c482851ce116a4f9e68792457f.tar.gz historical-5a4768ae5886d1c482851ce116a4f9e68792457f.tar.bz2 historical-5a4768ae5886d1c482851ce116a4f9e68792457f.zip |
Add appropriate blockers for qt-bearer.
Diffstat (limited to 'eclass/qt4-build.eclass')
-rw-r--r-- | eclass/qt4-build.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index f4ea2c1f074f..366629ff99df 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.124 2012/04/04 16:37:50 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.125 2012/04/19 14:52:12 pesa Exp $ # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -56,6 +56,8 @@ fi RDEPEND=" !<x11-libs/qt-assistant-${PV} !>x11-libs/qt-assistant-${PV}-r9999 + !<x11-libs/qt-bearer-${PV} + !>x11-libs/qt-bearer-${PV}-r9999 !<x11-libs/qt-core-${PV} !>x11-libs/qt-core-${PV}-r9999 !<x11-libs/qt-dbus-${PV} |