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 6C0BA1382C5 for ; Tue, 20 Apr 2021 17:33:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A133DE0867; Tue, 20 Apr 2021 17:33:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8BAF8E0867 for ; Tue, 20 Apr 2021 17:33:34 +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 28EB7340F1F for ; Tue, 20 Apr 2021 17:33:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77DD159C for ; Tue, 20 Apr 2021 17:33:31 +0000 (UTC) From: "Daniel Novomesky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Novomesky" Message-ID: <1618939884.5c28d1ca20a0a013058836c580e85a898ed1b21f.dnovomesky@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: dnovomesky X-VCS-Committer-Name: Daniel Novomesky X-VCS-Revision: 5c28d1ca20a0a013058836c580e85a898ed1b21f X-VCS-Branch: dev Date: Tue, 20 Apr 2021 17:33:31 +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: 41c7f3a4-027c-4f22-8b6f-24bca9ebd4eb X-Archives-Hash: b7ba8577d6aa73a6d3540f3e4ae3a788 commit: 5c28d1ca20a0a013058836c580e85a898ed1b21f Author: Daniel Novomesky gmail com> AuthorDate: Tue Apr 20 17:31:24 2021 +0000 Commit: Daniel Novomesky gmail com> CommitDate: Tue Apr 20 17:31:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c28d1ca media-gfx/qview: add dev-qt/qttest:5 dependency 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, 4 insertions(+), 2 deletions(-) diff --git a/media-gfx/qview/qview-4.0.ebuild b/media-gfx/qview/qview-4.0.ebuild index 5ffe48a12..8a4b633d6 100644 --- a/media-gfx/qview/qview-4.0.ebuild +++ b/media-gfx/qview/qview-4.0.ebuild @@ -14,14 +14,16 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -DEPEND=" +RDEPEND=" dev-qt/qtconcurrent:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-qt/qttest:5 +" src_configure() { # https://github.com/jurplel/qView/issues/395