sys-cluster/singularity: Work around parallel install problem

install examples

Package-Manager: portage-2.3.2
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2016-11-11 10:05:42 +01:00
parent 1089e25a13
commit 76e59488b5

View File

@@ -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
}