Fix pkgcheck error
Some checks failed
/ pkgcheck (push) Failing after 42s

Signed-off-by: Manuel Friedli <manuel@fritteli.ch>
This commit is contained in:
Manuel Friedli 2026-02-12 21:35:40 +01:00
parent 37636a00e2
commit 8fa65cc4c1
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
3 changed files with 13 additions and 8 deletions

View file

@ -6,12 +6,16 @@ EAPI=8
inherit acct-user
DESCRIPTION="User for the forgejo-runner"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~arm64"
IUSE="docker"
ACCT_USER_ID=-1
# forgejo-runner goes first, to make it the primary group
ACCT_USER_GROUPS=( forgejo-runner docker )
ACCT_USER_GROUPS=( forgejo-runner )
ACCT_USER_HOME=/var/lib/forgejo-runner
ACCT_USER_HOME_PERMS=0750
pkg_setup() {
use docker && ACCT_USER_GROUPS+=( docker )
}
acct-user_add_deps