mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
profile: gentoo fixed e2fsprogs
This commit is contained in:
parent
31981ae790
commit
03108edabb
1 changed files with 0 additions and 5 deletions
|
|
@ -3,11 +3,6 @@ local CORES="$(nproc)"
|
|||
if [[ "${CORES}" -eq "0" ]] ; then CORES="1" ; fi
|
||||
echo ${MAKEOPTS} | grep -q -e -j || export MAKEOPTS="-j${CORES} -l${CORES}"
|
||||
|
||||
#https://bugs.gentoo.org/904338
|
||||
if [[ ${CATEGORY/$PN} == e2fsprogs ]]; then
|
||||
export MAKEOPTS="-j1 -l${CORES}"
|
||||
fi
|
||||
|
||||
#by the time this is parsed, EMERGE_DEFAULT_OPTS are already applied, this file is too late
|
||||
#echo ${EMERGE_DEFAULT_OPTS} | grep -q jobs || export EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --jobs=${CORES} --load-average=${CORES}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue