mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-python/pycuda: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
@@ -32,7 +32,7 @@ DEPEND="${RDEPEND}
|
||||
|
||||
# We need write acccess /dev/nvidia0 and /dev/nvidiactl and the portage
|
||||
# user is (usually) not in the video group
|
||||
RESTRICT="userpriv"
|
||||
RESTRICT="userpriv !test? ( test )"
|
||||
|
||||
python_prepare_all() {
|
||||
cuda_sanitize
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
@@ -32,7 +32,7 @@ DEPEND="${RDEPEND}
|
||||
|
||||
# We need write acccess /dev/nvidia0 and /dev/nvidiactl and the portage
|
||||
# user is (usually) not in the video group
|
||||
RESTRICT="userpriv"
|
||||
RESTRICT="userpriv !test? ( test )"
|
||||
|
||||
python_prepare_all() {
|
||||
cuda_sanitize
|
||||
|
||||
@@ -32,7 +32,7 @@ DEPEND="${RDEPEND}
|
||||
|
||||
# We need write acccess /dev/nvidia0 and /dev/nvidiactl and the portage
|
||||
# user is (usually) not in the video group
|
||||
RESTRICT="userpriv"
|
||||
RESTRICT="userpriv !test? ( test )"
|
||||
|
||||
python_prepare_all() {
|
||||
cuda_sanitize
|
||||
|
||||
@@ -32,7 +32,7 @@ DEPEND="${RDEPEND}
|
||||
|
||||
# We need write acccess /dev/nvidia0 and /dev/nvidiactl and the portage
|
||||
# user is (usually) not in the video group
|
||||
RESTRICT="userpriv"
|
||||
RESTRICT="userpriv !test? ( test )"
|
||||
|
||||
python_prepare_all() {
|
||||
cuda_sanitize
|
||||
|
||||
@@ -32,7 +32,7 @@ DEPEND="${RDEPEND}
|
||||
|
||||
# We need write acccess /dev/nvidia0 and /dev/nvidiactl and the portage
|
||||
# user is (usually) not in the video group
|
||||
RESTRICT="userpriv"
|
||||
RESTRICT="userpriv !test? ( test )"
|
||||
|
||||
python_prepare_all() {
|
||||
cuda_sanitize
|
||||
|
||||
@@ -32,7 +32,7 @@ DEPEND="${RDEPEND}
|
||||
|
||||
# We need write acccess /dev/nvidia0 and /dev/nvidiactl and the portage
|
||||
# user is (usually) not in the video group
|
||||
RESTRICT="userpriv"
|
||||
RESTRICT="userpriv !test? ( test )"
|
||||
|
||||
python_prepare_all() {
|
||||
cuda_sanitize
|
||||
|
||||
@@ -33,7 +33,7 @@ DEPEND="${RDEPEND}
|
||||
|
||||
# We need write acccess /dev/nvidia0 and /dev/nvidiactl and the portage
|
||||
# user is (usually) not in the video group
|
||||
RESTRICT="userpriv"
|
||||
RESTRICT="userpriv !test? ( test )"
|
||||
|
||||
python_prepare_all() {
|
||||
cuda_sanitize
|
||||
|
||||
Reference in New Issue
Block a user