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 C585E1382C5 for ; Fri, 9 Apr 2021 12:53:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2420FE091B; Fri, 9 Apr 2021 12:53:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0E878E091B for ; Fri, 9 Apr 2021 12:53:10 +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 1E504340DE7 for ; Fri, 9 Apr 2021 12:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 923A063E for ; Fri, 9 Apr 2021 12:52:59 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1617907237.66bbdb55343ab89c4a6407c988a22fc4c295d466.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/qview/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/qview/qview-4.0.ebuild X-VCS-Directories: media-gfx/qview/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 66bbdb55343ab89c4a6407c988a22fc4c295d466 X-VCS-Branch: master Date: Fri, 9 Apr 2021 12:52:59 +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: 4536f55e-b93f-4314-9025-37a9de5ba758 X-Archives-Hash: e5af21331047ba5b7fc5be91b117cf13 commit: 66bbdb55343ab89c4a6407c988a22fc4c295d466 Author: Daniel Novomesky gmail com> AuthorDate: Thu Apr 8 18:40:37 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 8 18:40:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66bbdb55 media-gfx/qview: add required dependencies Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Daniel Novomesky gmail.com> media-gfx/qview/qview-4.0.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/media-gfx/qview/qview-4.0.ebuild b/media-gfx/qview/qview-4.0.ebuild index eb4a2d421..6993884a4 100644 --- a/media-gfx/qview/qview-4.0.ebuild +++ b/media-gfx/qview/qview-4.0.ebuild @@ -14,7 +14,11 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -DEPEND="dev-qt/qtgui:5" +DEPEND="dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtnetwork:5 +" + RDEPEND="${DEPEND}" src_configure() {