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 C6E5F138AE9 for ; Sun, 26 Nov 2017 17:17:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF44EE0DA6; Sun, 26 Nov 2017 17:17:23 +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 BA864E0DA3 for ; Sun, 26 Nov 2017 17:17:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4E7BC33C4EE for ; Sun, 26 Nov 2017 17:17:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB71AA7E2 for ; Sun, 26 Nov 2017 17:17:20 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1511716626.4c004e09e0f22f5dc591d9a25ca23c984915477e.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/slurm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/slurm/slurm-16.05.11.ebuild sys-cluster/slurm/slurm-17.02.9.ebuild X-VCS-Directories: sys-cluster/slurm/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 4c004e09e0f22f5dc591d9a25ca23c984915477e X-VCS-Branch: master Date: Sun, 26 Nov 2017 17:17:20 +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-Archives-Salt: 7d29e09a-1242-475f-819a-b4c7cea92d91 X-Archives-Hash: ce8f1498a3580f06c83037fc10ec1700 commit: 4c004e09e0f22f5dc591d9a25ca23c984915477e Author: Justin Lecher gentoo org> AuthorDate: Sun Nov 26 17:08:38 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Nov 26 17:17:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c004e09 sys-cluster/slurm: No tests defined Closes: https://bugs.gentoo.org/624448 Signed-off-by: Justin Lecher gentoo.org> Package-Manager: Portage-2.3.14, Repoman-2.3.6 sys-cluster/slurm/slurm-16.05.11.ebuild | 2 +- sys-cluster/slurm/slurm-17.02.9.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/slurm/slurm-16.05.11.ebuild b/sys-cluster/slurm/slurm-16.05.11.ebuild index b04149a4cce..6f935a07577 100644 --- a/sys-cluster/slurm/slurm-16.05.11.ebuild +++ b/sys-cluster/slurm/slurm-16.05.11.ebuild @@ -50,7 +50,7 @@ REQUIRED_USE="torque? ( perl )" LIBSLURM_PERL_S="${WORKDIR}/${P}/contribs/perlapi/libslurm/perl" LIBSLURMDB_PERL_S="${WORKDIR}/${P}/contribs/perlapi/libslurmdb/perl" -RESTRICT="primaryuri" +RESTRICT="primaryuri test" PATCHES=( "${FILESDIR}"/${P}-disable-sview.patch diff --git a/sys-cluster/slurm/slurm-17.02.9.ebuild b/sys-cluster/slurm/slurm-17.02.9.ebuild index a6b63138f0d..f4c3c841d3f 100644 --- a/sys-cluster/slurm/slurm-17.02.9.ebuild +++ b/sys-cluster/slurm/slurm-17.02.9.ebuild @@ -50,7 +50,7 @@ REQUIRED_USE="torque? ( perl )" LIBSLURM_PERL_S="${WORKDIR}/${P}/contribs/perlapi/libslurm/perl" LIBSLURMDB_PERL_S="${WORKDIR}/${P}/contribs/perlapi/libslurmdb/perl" -RESTRICT="primaryuri" +RESTRICT="primaryuri test" PATCHES=( "${FILESDIR}"/${P}-disable-sview.patch