From 1e500d1e793cd127cf338064baf8bd0bae09de4c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 12 Dec 2019 16:33:27 +0100 Subject: [PATCH] sci-libs/magma: [QA] Fix MissingTestRestrict MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 33d1cd70c243..c50eea5b55ac 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 33d1cd70c243..c50eea5b55ac 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 -- 2.26.2