From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E26C4138359 for ; Thu, 13 Aug 2020 14:50:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4E2CE0952; Thu, 13 Aug 2020 14:50:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96036E0929 for ; Thu, 13 Aug 2020 14:50:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB03034F287 for ; Thu, 13 Aug 2020 14:50:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4F5D319 for ; Thu, 13 Aug 2020 14:50:19 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1597330062.49be5a235d747e4655ea591025048153f9328b5f.asturm@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: eclass/ X-VCS-Repository: proj/kde-sunset X-VCS-Files: eclass/qt4-build-multilib.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 49be5a235d747e4655ea591025048153f9328b5f X-VCS-Branch: master Date: Thu, 13 Aug 2020 14:50:19 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9d607dae-01a1-48e0-a051-5a42673a35a3 X-Archives-Hash: ce9ba88bb3670a54a833107971b14513 commit: 49be5a235d747e4655ea591025048153f9328b5f Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 13 12:29:24 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 13 14:47:42 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=49be5a23 qt4-build-multilib.eclass: Drop dev-qt/qtchooser dependency Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/qt4-build-multilib.eclass | 3 --- 1 file changed, 3 deletions(-) diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index 83fb54a9..b044a7d6 100644 --- a/eclass/qt4-build-multilib.eclass +++ b/eclass/qt4-build-multilib.eclass @@ -53,9 +53,6 @@ DEPEND=" dev-lang/perl virtual/pkgconfig[${MULTILIB_USEDEP}] " -RDEPEND=" - dev-qt/qtchooser -" # src_{configure,compile,test,install} are inherited from multilib-minimal