mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user