commit: 76e59488b537220c9bb52ac28c898c4a492308a4 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Fri Nov 11 09:05:42 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Fri Nov 11 09:05:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e59488
sys-cluster/singularity: Work around parallel install problem install examples Package-Manager: portage-2.3.2 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sys-cluster/singularity/singularity-2.2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-cluster/singularity/singularity-2.2.ebuild b/sys-cluster/singularity/singularity-2.2.ebuild index 7fb0f7c..011f063 100644 --- a/sys-cluster/singularity/singularity-2.2.ebuild +++ b/sys-cluster/singularity/singularity-2.2.ebuild @@ -13,13 +13,16 @@ SRC_URI="https://github.com/${PN}ware/${PN}/releases/download/${PV}/${P}.tar.gz" SLOT="0" LICENSE="BSD" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" +IUSE="examples" src_configure() { econf --with-userns } src_install() { + MAKEOPTS+=" -j1" default prune_libtool_files + dodoc ChangeLog + use examples && dodoc -r examples }
