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 A0E09138359 for ; Tue, 29 Sep 2020 20:31:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D57E7E0B0A; Tue, 29 Sep 2020 20:31:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B87B9E0B09 for ; Tue, 29 Sep 2020 20:31:25 +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 AC6C4335DA8 for ; Tue, 29 Sep 2020 20:31:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2361C339 for ; Tue, 29 Sep 2020 20:31:22 +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: <1601411381.440b12fb459a0efc35c2192e5bc1ec66c4f810f2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtdiag/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtdiag/qtdiag-5.15.1.ebuild X-VCS-Directories: dev-qt/qtdiag/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 440b12fb459a0efc35c2192e5bc1ec66c4f810f2 X-VCS-Branch: master Date: Tue, 29 Sep 2020 20:31:22 +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: 97f720ec-686a-4441-8aaf-fdea5456068a X-Archives-Hash: 29f5db39591a6afdf8e7bb2f08666e16 commit: 440b12fb459a0efc35c2192e5bc1ec66c4f810f2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 29 20:23:52 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 29 20:29:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=440b12fb dev-qt/qtdiag: Add dev-qt/qtxml to DEPEND Bug: https://bugs.gentoo.org/728278 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtdiag/qtdiag-5.15.1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtdiag/qtdiag-5.15.1.ebuild b/dev-qt/qtdiag/qtdiag-5.15.1.ebuild index c6a3b3f52e0..3a64cd88758 100644 --- a/dev-qt/qtdiag/qtdiag-5.15.1.ebuild +++ b/dev-qt/qtdiag/qtdiag-5.15.1.ebuild @@ -13,13 +13,16 @@ fi IUSE="+network +widgets" -DEPEND=" +RDEPEND=" ~dev-qt/qtcore-${PV}:5= ~dev-qt/qtgui-${PV}:5= network? ( ~dev-qt/qtnetwork-${PV}[ssl] ) widgets? ( ~dev-qt/qtwidgets-${PV} ) " -RDEPEND="${DEPEND}" +# TODO: we know it is bogus, figure out how to disable checks, bug 728278 +DEPEND="${RDEPEND} + ~dev-qt/qtxml-${PV} +" src_prepare() { qt_use_disable_mod network network \