sys-cluster/singularity: Conditionally depend on slurm
authorJustin Lecher <jlec@gentoo.org>
Mon, 10 Jul 2017 19:07:05 +0000 (20:07 +0100)
committerJustin Lecher <jlec@gentoo.org>
Mon, 10 Jul 2017 19:07:44 +0000 (20:07 +0100)
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 <jlec@gentoo.org>
sys-cluster/singularity/singularity-2.3.1.ebuild

index 235fb89234374a921d9210de720406360a1c2fa3..68fad22fedfee80e32bdebf2aa05e6f644dcdd8f 100644 (file)
@@ -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}"