diff options
author | 2014-11-20 02:44:10 +0000 | |
---|---|---|
committer | 2014-11-20 02:44:10 +0000 | |
commit | 2df8bb1a48ecefbd8d807e147b658abc041ff970 (patch) | |
tree | 60da9165f51808fdc9e8cbd8c0fef5642f40f6c1 /eclass/qt5-build.eclass | |
parent | Move Qt 4.8.6 mask from global package.mask to arch profiles, except for amd6... (diff) | |
download | gentoo-2-2df8bb1a48ecefbd8d807e147b658abc041ff970.tar.gz gentoo-2-2df8bb1a48ecefbd8d807e147b658abc041ff970.tar.bz2 gentoo-2-2df8bb1a48ecefbd8d807e147b658abc041ff970.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: |