diff options
author | Davide Pesavento <pesa@gentoo.org> | 2014-11-17 00:24:43 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2014-11-17 00:24:43 +0000 |
commit | 7ed21a6cc69f198d033ef8745528750167ea49fe (patch) | |
tree | 0cc5fad304343b622f9362bc5f3b58542c63d633 /eclass/qt4-build-multilib.eclass | |
parent | Replace fixlocalpod with perl_delete_localpod (diff) | |
download | gentoo-2-7ed21a6cc69f198d033ef8745528750167ea49fe.tar.gz gentoo-2-7ed21a6cc69f198d033ef8745528750167ea49fe.tar.bz2 gentoo-2-7ed21a6cc69f198d033ef8745528750167ea49fe.zip |
Add blocker on emul-linux-x86-qtlibs wrt bug 529370.
Diffstat (limited to 'eclass/qt4-build-multilib.eclass')
-rw-r--r-- | eclass/qt4-build-multilib.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index 709857157148..c8459245f1f4 100644 --- a/eclass/qt4-build-multilib.eclass +++ b/eclass/qt4-build-multilib.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v 1.1 2014/11/13 01:45:07 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v 1.2 2014/11/17 00:24:43 pesa Exp $ # @ECLASS: qt4-build-multilib.eclass # @MAINTAINER: @@ -52,6 +52,7 @@ DEPEND=" " RDEPEND=" dev-qt/qtchooser + abi_x86_32? ( !app-emulation/emul-linux-x86-qtlibs[-abi_x86_32(-)] ) " |