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 412941382C5 for ; Thu, 24 Dec 2020 11:06:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C892E0C19; Thu, 24 Dec 2020 11:06:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 62668E0C19 for ; Thu, 24 Dec 2020 11:06:52 +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 3CA0D34181F for ; Thu, 24 Dec 2020 11:06:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1F4F465 for ; Thu, 24 Dec 2020 11:06:49 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1608807904.cf4e0a8c9a6498ae197c210128849b506b846be8.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nibabel/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nibabel/nibabel-2.5.1.ebuild sci-libs/nibabel/nibabel-3.0.2.ebuild sci-libs/nibabel/nibabel-9999.ebuild X-VCS-Directories: sci-libs/nibabel/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: cf4e0a8c9a6498ae197c210128849b506b846be8 X-VCS-Branch: master Date: Thu, 24 Dec 2020 11:06:49 +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: 3b066c97-b9f6-475f-99f0-e60755a95b58 X-Archives-Hash: cac1135881da6c92fce9a80e12b2e00f commit: cf4e0a8c9a6498ae197c210128849b506b846be8 Author: Horea Christian chymera eu> AuthorDate: Thu Dec 24 11:05:04 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Thu Dec 24 11:05:04 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=cf4e0a8c sci-libs/nibabel: conditional test restriction Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Horea Christian chymera.eu> sci-libs/nibabel/nibabel-2.5.1.ebuild | 1 + sci-libs/nibabel/nibabel-3.0.2.ebuild | 1 + sci-libs/nibabel/nibabel-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/sci-libs/nibabel/nibabel-2.5.1.ebuild b/sci-libs/nibabel/nibabel-2.5.1.ebuild index c3143ae9c..a336af17b 100644 --- a/sci-libs/nibabel/nibabel-2.5.1.ebuild +++ b/sci-libs/nibabel/nibabel-2.5.1.ebuild @@ -15,6 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="dicom doc test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] diff --git a/sci-libs/nibabel/nibabel-3.0.2.ebuild b/sci-libs/nibabel/nibabel-3.0.2.ebuild index c3143ae9c..a336af17b 100644 --- a/sci-libs/nibabel/nibabel-3.0.2.ebuild +++ b/sci-libs/nibabel/nibabel-3.0.2.ebuild @@ -15,6 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="dicom doc test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] diff --git a/sci-libs/nibabel/nibabel-9999.ebuild b/sci-libs/nibabel/nibabel-9999.ebuild index cd12b33de..1fa595d11 100644 --- a/sci-libs/nibabel/nibabel-9999.ebuild +++ b/sci-libs/nibabel/nibabel-9999.ebuild @@ -16,6 +16,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="" IUSE="dicom doc test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}]