diff options
author | Davide Pesavento <pesa@gentoo.org> | 2014-11-20 02:44:10 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2014-11-20 02:44:10 +0000 |
commit | 22c06a4143a847f83d9c764e8d7130a7ac9bf112 (patch) | |
tree | 3d2ee11d17e45f0413d80fdfa6809f5e84fd74c1 /eclass/qt5-build.eclass | |
parent | Move Qt 4.8.6 mask from global package.mask to arch profiles, except for amd6... (diff) | |
download | historical-22c06a4143a847f83d9c764e8d7130a7ac9bf112.tar.gz historical-22c06a4143a847f83d9c764e8d7130a7ac9bf112.tar.bz2 historical-22c06a4143a847f83d9c764e8d7130a7ac9bf112.zip |
Add RDEPEND on dev-qt/qtchooser.
Diffstat (limited to 'eclass/qt5-build.eclass')
-rw-r--r-- | eclass/qt5-build.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 7bc459e8438a..5fd65cf06063 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.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/qt5-build.eclass,v 1.10 2014/11/14 02:49:57 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.11 2014/11/20 02:44:10 pesa Exp $ # @ECLASS: qt5-build.eclass # @MAINTAINER: @@ -85,9 +85,13 @@ if [[ ${PN} != qttest ]]; then DEPEND+=" test? ( >=dev-qt/qttest-${PV}:5[debug=] )" fi fi +RDEPEND=" + dev-qt/qtchooser +" EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install src_test pkg_postinst pkg_postrm + # @ECLASS-VARIABLE: PATCHES # @DEFAULT_UNSET # @DESCRIPTION: |