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 0E6E413835A for ; Thu, 15 Apr 2021 12:52:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6400FE0831; Thu, 15 Apr 2021 12:52:12 +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 4A0D9E0828 for ; Thu, 15 Apr 2021 12:52:12 +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 AABBE340CEF for ; Thu, 15 Apr 2021 12:52:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BB9E722 for ; Thu, 15 Apr 2021 12:51:42 +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: <1618483671.eb8c10573db183046e079af76a4cb4bc976babdb.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: eb8c10573db183046e079af76a4cb4bc976babdb X-VCS-Branch: master Date: Thu, 15 Apr 2021 12:51:42 +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: 9a6b5fb9-ecee-4455-9a5f-34c96935fc8c X-Archives-Hash: ea92a94e1f70f46262fe13eedf81ef89 commit: eb8c10573db183046e079af76a4cb4bc976babdb Author: Daniel Novomesky gmail com> AuthorDate: Thu Apr 15 10:47:51 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 15 10:47:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb8c1057 media-gfx/qview: add required 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/qview/qview-4.0.ebuild b/media-gfx/qview/qview-4.0.ebuild index 5ffe48a12..2c190b195 100644 --- a/media-gfx/qview/qview-4.0.ebuild +++ b/media-gfx/qview/qview-4.0.ebuild @@ -19,6 +19,7 @@ DEPEND=" dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 + dev-qt/qtconcurrent:5 " RDEPEND="${DEPEND}"