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 8C03713835A for ; Tue, 20 Apr 2021 19:31:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF004E083D; Tue, 20 Apr 2021 19:31:19 +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 B7E6FE083D for ; Tue, 20 Apr 2021 19:31:19 +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 5FEF133E622 for ; Tue, 20 Apr 2021 19:31:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9920A702 for ; Tue, 20 Apr 2021 19:31:16 +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: <1618946338.588229b55b9bbd925e308b30ca539e59126d4b7c.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: 588229b55b9bbd925e308b30ca539e59126d4b7c X-VCS-Branch: master Date: Tue, 20 Apr 2021 19:31:16 +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: 66fa03b5-9459-4f18-8f0c-d29a5a66049d X-Archives-Hash: c1a409bd203a3f6370c83924e2238f91 commit: 588229b55b9bbd925e308b30ca539e59126d4b7c Author: Daniel Novomesky gmail com> AuthorDate: Tue Apr 20 19:18:58 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Apr 20 19:18:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=588229b5 media-gfx/qview: add test use flag Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Daniel Novomesky gmail.com> media-gfx/qview/qview-4.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-gfx/qview/qview-4.0.ebuild b/media-gfx/qview/qview-4.0.ebuild index 8a4b633d6..f385408e4 100644 --- a/media-gfx/qview/qview-4.0.ebuild +++ b/media-gfx/qview/qview-4.0.ebuild @@ -14,6 +14,9 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + RDEPEND=" dev-qt/qtconcurrent:5 dev-qt/qtgui:5 @@ -22,7 +25,7 @@ RDEPEND=" " DEPEND="${RDEPEND} - dev-qt/qttest:5 + test? ( dev-qt/qttest:5 ) " src_configure() {