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 9D035139694 for ; Mon, 10 Jul 2017 19:08:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06605214126; Mon, 10 Jul 2017 19:07:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D85DB214106 for ; Mon, 10 Jul 2017 19:07:53 +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 E9E30341AFD for ; Mon, 10 Jul 2017 19:07:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2DA7744B for ; Mon, 10 Jul 2017 19:07:51 +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: <1499713664.4d709fa18d84fbd45e72fc635069d2f9172851e7.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/singularity/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/singularity/singularity-2.3.1.ebuild X-VCS-Directories: sys-cluster/singularity/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 4d709fa18d84fbd45e72fc635069d2f9172851e7 X-VCS-Branch: master Date: Mon, 10 Jul 2017 19:07:51 +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: e6c6e540-7cc9-48ea-aa21-c63e0cc7a6c0 X-Archives-Hash: 589e4a0366c74c1ac87b3706da0fb896 commit: 4d709fa18d84fbd45e72fc635069d2f9172851e7 Author: Justin Lecher gentoo org> AuthorDate: Mon Jul 10 19:07:05 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jul 10 19:07:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d709fa1 sys-cluster/singularity: Conditionally depend on slurm Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=624386 Package-Manager: Portage-2.3.6-prefix, Repoman-2.3.2 Signed-off-by: Justin Lecher gentoo.org> sys-cluster/singularity/singularity-2.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/singularity/singularity-2.3.1.ebuild b/sys-cluster/singularity/singularity-2.3.1.ebuild index 235fb892343..68fad22fedf 100644 --- a/sys-cluster/singularity/singularity-2.3.1.ebuild +++ b/sys-cluster/singularity/singularity-2.3.1.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples slurm static-libs +suid" RDEPEND=" - sys-cluster/slurm + slurm? ( sys-cluster/slurm ) " DEPEND="${RDEPEND}"