Merge updates from master

This commit is contained in:
Repository mirror & CI 2021-08-03 17:51:18 +00:00
commit 9aa84de485
No known key found for this signature in database
GPG Key ID: 7C2AC09CD98F2EDF
2 changed files with 2 additions and 7 deletions

View File

@ -7,7 +7,7 @@ inherit acct-user
DESCRIPTION="A user for www-apps/karma-bin"
ACCT_user_ID=118
ACCT_USER_ID=118
ACCT_USER_GROUPS=( karma )
acct-user_add_deps

View File

@ -199,14 +199,9 @@ multilib_src_test() {
# udev calls 'mknod' a number of times, and this interacts
# badly with kernel namespaces.
if has userpriv ${FEATURES}; then
ewarn "\'FEATURES=userpriv\' detected"
if [[ ${EUID} -ne 0 ]]; then
ewarn "udev tests need to run under uid 0"
ewarn "Skipping tests"
elif has usersandbox ${FEATURES}; then
ewarn "\'FEATURES=usersandbox\' detected"
ewarn "udev tests needs full access to /dev"
ewarn "Skipping tests"
elif has sandbox ${FEATURES}; then
ewarn "\'FEATURES=sandbox\' detected"
ewarn "udev tests needs full access to /dev"