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 44C32138334 for ; Thu, 12 Dec 2019 16:47:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A332E0878; Thu, 12 Dec 2019 16:47:00 +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 03A9FE0878 for ; Thu, 12 Dec 2019 16:46:59 +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 413D134D974 for ; Thu, 12 Dec 2019 16:46:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9157F988 for ; Thu, 12 Dec 2019 16:46:54 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1576168500.1e500d1e793cd127cf338064baf8bd0bae09de4c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/magma/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/magma/magma-1.4.0.ebuild sci-libs/magma/magma-1.4.1.ebuild X-VCS-Directories: sci-libs/magma/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1e500d1e793cd127cf338064baf8bd0bae09de4c X-VCS-Branch: master Date: Thu, 12 Dec 2019 16:46:54 +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: 06cd1002-9608-478a-8e40-80f84ed8cd11 X-Archives-Hash: 86f1465627eb3d5dd61d1bcff510836d commit: 1e500d1e793cd127cf338064baf8bd0bae09de4c Author: Michał Górny gentoo org> AuthorDate: Thu Dec 12 15:33:27 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 12 16:35:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e500d1e sci-libs/magma: [QA] Fix MissingTestRestrict Signed-off-by: Michał Górny gentoo.org> sci-libs/magma/magma-1.4.0.ebuild | 4 ++-- sci-libs/magma/magma-1.4.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/magma/magma-1.4.0.ebuild b/sci-libs/magma/magma-1.4.0.ebuild index 33d1cd70c24..c50eea5b55a 100644 --- a/sci-libs/magma/magma-1.4.0.ebuild +++ b/sci-libs/magma/magma-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} # We have to have write acccess /dev/nvidia0 and /dev/nvidiactl and the portage # user is (usually) not in the video group -RESTRICT="userpriv" +RESTRICT="userpriv !test? ( test )" pkg_setup() { fortran-2_pkg_setup diff --git a/sci-libs/magma/magma-1.4.1.ebuild b/sci-libs/magma/magma-1.4.1.ebuild index 33d1cd70c24..c50eea5b55a 100644 --- a/sci-libs/magma/magma-1.4.1.ebuild +++ b/sci-libs/magma/magma-1.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} # We have to have write acccess /dev/nvidia0 and /dev/nvidiactl and the portage # user is (usually) not in the video group -RESTRICT="userpriv" +RESTRICT="userpriv !test? ( test )" pkg_setup() { fortran-2_pkg_setup