@@ -, +, @@ names. ACCT_USER_GROUPS=( "${PN}" ) --- ebuild-writing/users-and-groups/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/ebuild-writing/users-and-groups/text.xml +++ a/ebuild-writing/users-and-groups/text.xml @@ -78,7 +78,7 @@ inherit acct-user DESCRIPTION="Meaningful description of the user" ACCT_USER_ID=123456 -ACCT_USER_GROUPS=( foo bar baz ) +ACCT_USER_GROUPS=( "${PN}" ) acct-user_add_deps --