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 B440713835D for ; Sun, 28 Mar 2021 09:55:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC7CEE08F1; Sun, 28 Mar 2021 09:55:15 +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 B26E8E08F1 for ; Sun, 28 Mar 2021 09:55:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A8034340C98 for ; Sun, 28 Mar 2021 09:55:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0578C63E for ; Sun, 28 Mar 2021 09:55:12 +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: <1616924958.89f4425aaac53a72b01b3cc5ed16c693a06810fe.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/gammaray/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/gammaray/gammaray-2.11.2.ebuild X-VCS-Directories: dev-util/gammaray/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 89f4425aaac53a72b01b3cc5ed16c693a06810fe X-VCS-Branch: dev Date: Sun, 28 Mar 2021 09:55:12 +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: 132f5213-2d0a-4c1d-8617-817700fac2aa X-Archives-Hash: 6f76c1290efcf679ac99364397b63bc7 commit: 89f4425aaac53a72b01b3cc5ed16c693a06810fe Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Mar 28 09:49:18 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Mar 28 09:49:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89f4425a dev-util/gammaray: add missing RESTRICT="!test? ( test )" Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-util/gammaray/gammaray-2.11.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/gammaray/gammaray-2.11.2.ebuild b/dev-util/gammaray/gammaray-2.11.2.ebuild index ed5214b71..d404d332d 100644 --- a/dev-util/gammaray/gammaray-2.11.2.ebuild +++ b/dev-util/gammaray/gammaray-2.11.2.ebuild @@ -19,6 +19,7 @@ fi LICENSE="GPL-2+" SLOT=0 IUSE="3d bluetooth designer doc geolocation printsupport script scxml svg test qml wayland webengine" +RESTRICT="!test? ( test )" RDEPEND=" dev-qt/qtcore:5