Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/singularity/
Date: Sun, 29 Oct 2017 12:03:48
Message-Id: 1509278611.74c578313c84b190b77409d1619f6659e2b22d43.jlec@gentoo
1 commit: 74c578313c84b190b77409d1619f6659e2b22d43
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 29 11:45:06 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 29 12:03:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c57831
7
8 sys-cluster/singularity: Add missing runtime dep
9
10 Closes: https://bugs.gentoo.org/635342
11 Package-Manager: Portage-2.3.12, Repoman-2.3.3
12 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
13
14 sys-cluster/singularity/singularity-2.4.ebuild | 4 ++++
15 1 file changed, 4 insertions(+)
16
17 diff --git a/sys-cluster/singularity/singularity-2.4.ebuild b/sys-cluster/singularity/singularity-2.4.ebuild
18 index 904c3ca6693..b897f939dd0 100644
19 --- a/sys-cluster/singularity/singularity-2.4.ebuild
20 +++ b/sys-cluster/singularity/singularity-2.4.ebuild
21 @@ -16,6 +16,10 @@ LICENSE="cctbx-2.0"
22 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
23 IUSE="examples static-libs +suid"
24
25 +RDEPEND="
26 + sys-fs/squashfs-tools:0
27 +"
28 +
29 src_prepare() {
30 default
31 # automake version hardcoding