diff options
author | 2013-10-14 17:29:55 +0000 | |
---|---|---|
committer | 2013-10-14 17:29:55 +0000 | |
commit | 5d602a2eb1a2953fc3ffdb468da70dd3ff86fa98 (patch) | |
tree | 25b68ad16ceef71acee40f49850f9dbf63600755 /eclass/qt4-build.eclass | |
parent | Fix deps for USE semantic-desktop wrt bug #488006. (diff) | |
download | gentoo-2-5d602a2eb1a2953fc3ffdb468da70dd3ff86fa98.tar.gz gentoo-2-5d602a2eb1a2953fc3ffdb468da70dd3ff86fa98.tar.bz2 gentoo-2-5d602a2eb1a2953fc3ffdb468da70dd3ff86fa98.zip |
Add qtbearer to nolibx11_pkgs
Diffstat (limited to 'eclass/qt4-build.eclass')
-rw-r--r-- | eclass/qt4-build.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index 00822ebc69e1..3162f18e37fc 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.151 2013/10/14 17:24:36 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.152 2013/10/14 17:29:55 pesa Exp $ # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -165,7 +165,7 @@ qt4-build_src_prepare() { fi # avoid X11 dependency in non-gui packages - local nolibx11_pkgs="qtcore qtdbus qtscript qtsql qttest qtxmlpatterns" + local nolibx11_pkgs="qtbearer qtcore qtdbus qtscript qtsql qttest qtxmlpatterns" has ${PN} ${nolibx11_pkgs} && qt_nolibx11 if use aqua; then |