From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-981070-garchives=archives.gentoo.org@lists.gentoo.org> 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 B62FC1396D9 for <garchives@archives.gentoo.org>; Sun, 29 Oct 2017 12:03:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12C91E0C3D; Sun, 29 Oct 2017 12:03:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E3398E0C3D for <gentoo-commits@lists.gentoo.org>; Sun, 29 Oct 2017 12:03:47 +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 D8720341650 for <gentoo-commits@lists.gentoo.org>; Sun, 29 Oct 2017 12:03:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D30341F for <gentoo-commits@lists.gentoo.org>; Sun, 29 Oct 2017 12:03:45 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> 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" <jlec@gentoo.org> Message-ID: <1509278611.74c578313c84b190b77409d1619f6659e2b22d43.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.4.ebuild X-VCS-Directories: sys-cluster/singularity/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 74c578313c84b190b77409d1619f6659e2b22d43 X-VCS-Branch: master Date: Sun, 29 Oct 2017 12:03:45 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d361e954-4af6-4abe-a66e-ee818e79a8c4 X-Archives-Hash: 02dbd75a043d61ef795825c80c52b851 commit: 74c578313c84b190b77409d1619f6659e2b22d43 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sun Oct 29 11:45:06 2017 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Oct 29 12:03:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c57831 sys-cluster/singularity: Add missing runtime dep Closes: https://bugs.gentoo.org/635342 Package-Manager: Portage-2.3.12, Repoman-2.3.3 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sys-cluster/singularity/singularity-2.4.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys-cluster/singularity/singularity-2.4.ebuild b/sys-cluster/singularity/singularity-2.4.ebuild index 904c3ca6693..b897f939dd0 100644 --- a/sys-cluster/singularity/singularity-2.4.ebuild +++ b/sys-cluster/singularity/singularity-2.4.ebuild @@ -16,6 +16,10 @@ LICENSE="cctbx-2.0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples static-libs +suid" +RDEPEND=" + sys-fs/squashfs-tools:0 +" + src_prepare() { default # automake version hardcoding