acct-user/*: EAPI 7->8, use default keywords

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2021-08-27 17:10:07 +05:00
parent 3e2491155f
commit 71a129f220
14 changed files with 16 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit acct-user
@@ -14,8 +14,5 @@ ACCT_USER_SHELL=/bin/bash
ACCT_USER_GROUPS=( git )
ACCT_USER_HOME=/var/lib/gogs
APP_DIR=/usr/share/gogs
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
RDEPEND="app-shells/bash"
acct-user_add_deps