diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-12 16:33:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-12 17:35:00 +0100 |
commit | 1e500d1e793cd127cf338064baf8bd0bae09de4c (patch) | |
tree | 2399ecc3480e5a4c254c8a9b20f5d47f5499702e /sci-libs/magma | |
parent | net-print/foo2zjs: [QA] Fix MissingTestRestrict (diff) | |
download | gentoo-1e500d1e793cd127cf338064baf8bd0bae09de4c.tar.gz gentoo-1e500d1e793cd127cf338064baf8bd0bae09de4c.tar.bz2 gentoo-1e500d1e793cd127cf338064baf8bd0bae09de4c.zip |
sci-libs/magma: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/magma')
-rw-r--r-- | sci-libs/magma/magma-1.4.0.ebuild | 4 | ||||
-rw-r--r-- | 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 |