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 13E26138334 for ; Thu, 12 Dec 2019 16:47:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FE6CE0874; Thu, 12 Dec 2019 16:46:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 EF2C0E0874 for ; Thu, 12 Dec 2019 16:46:58 +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 9C1AC34D965 for ; Thu, 12 Dec 2019 16:46:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4CA3902 for ; Thu, 12 Dec 2019 16:46:53 +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: <1576168469.06a70ae1dc4aec5d1a6a3493d10f2e8f8e0b7c6a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycuda/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pycuda/pycuda-2012.1.ebuild dev-python/pycuda/pycuda-2013.1.1.ebuild dev-python/pycuda/pycuda-2014.1.ebuild dev-python/pycuda/pycuda-2016.1.2.ebuild dev-python/pycuda/pycuda-2017.1.ebuild dev-python/pycuda/pycuda-2018.1.1.ebuild dev-python/pycuda/pycuda-9999.ebuild X-VCS-Directories: dev-python/pycuda/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 06a70ae1dc4aec5d1a6a3493d10f2e8f8e0b7c6a X-VCS-Branch: master Date: Thu, 12 Dec 2019 16:46:53 +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: 4d737d31-d9a6-4ea2-9271-a13ac1ddd660 X-Archives-Hash: 97df336fcfa3543ba1790a5ee3a09b9b commit: 06a70ae1dc4aec5d1a6a3493d10f2e8f8e0b7c6a Author: Michał Górny gentoo org> AuthorDate: Thu Dec 12 15:32:58 2019 +0000 Commit: Michał Górny gentoo 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 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