This commit is contained in:
hasufell 2016-01-18 13:21:45 +01:00
parent a393321ea5
commit 0c7c2e0c61
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ source "${PALUDIS_EBUILD_DIR}/echo_functions.bash"
source "/etc/paludis/hooks/set_portdir.bash"
if [[ ${TARGET} == gentoo ]] ; then
# Number of jobs for egencache, default is number or processors.
# Number of jobs for egencache, default is number of processors.
egencache_jobnum="$(nproc)"
ebegin "Updating metadata cache for repository ${TARGET}"