# preserve STATEDIR/{logfile,record} (previous ebuild rev mistakenly removes it) cp "${ROOT}/${STATEDIR}/"{logfile,record} "$T" # nonfatal This is just wrong. Check whether the file exists, then call cp, then die if cp fails.
Luis sent out the updated ebuild and it's committed to the tree (as -r4).