From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycuda/
Date: Thu, 12 Dec 2019 16:46:53 +0000 (UTC) [thread overview]
Message-ID: <1576168469.06a70ae1dc4aec5d1a6a3493d10f2e8f8e0b7c6a.mgorny@gentoo> (raw)
commit: 06a70ae1dc4aec5d1a6a3493d10f2e8f8e0b7c6a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 15:32:58 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 16:34:29 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a70ae1
dev-python/pycuda: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pycuda/pycuda-2012.1.ebuild | 4 ++--
dev-python/pycuda/pycuda-2013.1.1.ebuild | 4 ++--
dev-python/pycuda/pycuda-2014.1.ebuild | 2 +-
dev-python/pycuda/pycuda-2016.1.2.ebuild | 2 +-
dev-python/pycuda/pycuda-2017.1.ebuild | 2 +-
dev-python/pycuda/pycuda-2018.1.1.ebuild | 2 +-
dev-python/pycuda/pycuda-9999.ebuild | 2 +-
7 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/dev-python/pycuda/pycuda-2012.1.ebuild b/dev-python/pycuda/pycuda-2012.1.ebuild
index a2b3ca5a881..21e49e48606 100644
--- a/dev-python/pycuda/pycuda-2012.1.ebuild
+++ b/dev-python/pycuda/pycuda-2012.1.ebuild
@@ -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
diff --git a/dev-python/pycuda/pycuda-2013.1.1.ebuild b/dev-python/pycuda/pycuda-2013.1.1.ebuild
index 64034046183..46a77f6203c 100644
--- a/dev-python/pycuda/pycuda-2013.1.1.ebuild
+++ b/dev-python/pycuda/pycuda-2013.1.1.ebuild
@@ -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
diff --git a/dev-python/pycuda/pycuda-2014.1.ebuild b/dev-python/pycuda/pycuda-2014.1.ebuild
index 211eb6a76d7..e72781d1161 100644
--- a/dev-python/pycuda/pycuda-2014.1.ebuild
+++ b/dev-python/pycuda/pycuda-2014.1.ebuild
@@ -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
diff --git a/dev-python/pycuda/pycuda-2016.1.2.ebuild b/dev-python/pycuda/pycuda-2016.1.2.ebuild
index 4267fea04c0..9875a9045d8 100644
--- a/dev-python/pycuda/pycuda-2016.1.2.ebuild
+++ b/dev-python/pycuda/pycuda-2016.1.2.ebuild
@@ -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
diff --git a/dev-python/pycuda/pycuda-2017.1.ebuild b/dev-python/pycuda/pycuda-2017.1.ebuild
index d0aeb99c15d..7cffaca8260 100644
--- a/dev-python/pycuda/pycuda-2017.1.ebuild
+++ b/dev-python/pycuda/pycuda-2017.1.ebuild
@@ -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
diff --git a/dev-python/pycuda/pycuda-2018.1.1.ebuild b/dev-python/pycuda/pycuda-2018.1.1.ebuild
index ea003a8275d..23d3223f3ff 100644
--- a/dev-python/pycuda/pycuda-2018.1.1.ebuild
+++ b/dev-python/pycuda/pycuda-2018.1.1.ebuild
@@ -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
diff --git a/dev-python/pycuda/pycuda-9999.ebuild b/dev-python/pycuda/pycuda-9999.ebuild
index b289dbcddc6..5b3ba1b64de 100644
--- a/dev-python/pycuda/pycuda-9999.ebuild
+++ b/dev-python/pycuda/pycuda-9999.ebuild
@@ -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
next reply other threads:[~2019-12-12 16:47 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-12 16:46 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-26 23:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/pycuda/ David Seifert
2023-07-24 11:33 Michał Górny
2023-05-05 13:16 Pacho Ramos
2023-05-05 13:16 Pacho Ramos
2022-06-16 8:08 Michał Górny
2022-05-31 9:50 Ionen Wolkens
2020-08-23 12:19 David Seifert
2020-08-23 11:34 David Seifert
2020-08-23 11:34 David Seifert
2020-03-28 17:21 Michał Górny
2019-12-29 13:06 David Seifert
2019-12-27 18:52 David Seifert
2019-01-04 17:24 Guilherme Amadio
2018-06-24 16:21 Pacho Ramos
2018-05-16 22:57 Aaron Bauman
2017-07-31 18:12 Sebastien Fabbro
2016-08-30 19:07 David Seifert
2016-08-23 9:24 David Seifert
2015-12-16 8:49 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1576168469.06a70ae1dc4aec5d1a6a3493d10f2e8f8e0b7c6a.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox