Add dep on sha512sum, tweak USE
This commit is contained in:
parent
e4f7e8427d
commit
43079e8649
@ -132,7 +132,7 @@ build-gentoo() {
|
|||||||
CXXFLAGS="\${COMMON_FLAGS}"
|
CXXFLAGS="\${COMMON_FLAGS}"
|
||||||
GENTOO_MIRRORS="http://distfiles.gentoo.org"
|
GENTOO_MIRRORS="http://distfiles.gentoo.org"
|
||||||
MAKEOPTS="$(nproc)"
|
MAKEOPTS="$(nproc)"
|
||||||
USE="-test"
|
USE="systemd -elogind -test"
|
||||||
EOF
|
EOF
|
||||||
# Configure default ebuild repositories
|
# Configure default ebuild repositories
|
||||||
mkdir -p "$_optdest/etc/portage/repos.conf"
|
mkdir -p "$_optdest/etc/portage/repos.conf"
|
||||||
@ -228,7 +228,7 @@ main() {
|
|||||||
# TODO: That
|
# TODO: That
|
||||||
# Validate core program dependencies
|
# Validate core program dependencies
|
||||||
log "Validating dependencies" 2
|
log "Validating dependencies" 2
|
||||||
if ! has basename curl systemd-nspawn tar; then
|
if ! has basename curl sha512sum systemd-nspawn tar; then
|
||||||
error "Failed to find program: $_return" 1
|
error "Failed to find program: $_return" 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user