From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C814213877A for ; Tue, 8 Jul 2014 16:34:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B49FE086B; Tue, 8 Jul 2014 16:34:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2A10E086B for ; Tue, 8 Jul 2014 16:34:47 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A515733FE22 for ; Tue, 8 Jul 2014 16:34:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 53A3618011 for ; Tue, 8 Jul 2014 16:34:45 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1404837243.e91ccd1661000aeb24fbdb0cf218456cc9cbbe19.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt4-build-multilib.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: e91ccd1661000aeb24fbdb0cf218456cc9cbbe19 X-VCS-Branch: master Date: Tue, 8 Jul 2014 16:34:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a1e34d5f-8ce2-409b-b82e-0b1c061bea36 X-Archives-Hash: ef68d153b6f99a8704fafaf5529a510e commit: e91ccd1661000aeb24fbdb0cf218456cc9cbbe19 Author: Davide Pesavento gentoo org> AuthorDate: Tue Jul 8 16:34:03 2014 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Tue Jul 8 16:34:03 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=e91ccd16 [qt4-build-multilib.eclass] Add RDEPEND on qtchooser. --- eclass/qt4-build-multilib.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index 71ae1b3..c685334 100644 --- a/eclass/qt4-build-multilib.eclass +++ b/eclass/qt4-build-multilib.eclass @@ -50,6 +50,9 @@ DEPEND=" dev-lang/perl virtual/pkgconfig[${MULTILIB_USEDEP}] " +RDEPEND=" + dev-qt/qtchooser +" EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_test src_install pkg_postinst pkg_postrm