www-misc/as-stats-gui: Dedicated user

Package-Manager: Portage-2.3.99, Repoman-2.3.22
This commit is contained in:
Alarig Le Lay 2020-05-21 19:06:53 +02:00
parent 832bf09617
commit 8200be5848
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
DEPEND="
acct-group/AS-Stats
acct-user/AS-Stats
"
RDEPEND="${DEPEND}"
BDEPEND=""
@ -25,4 +28,5 @@ src_install() {
insinto "/usr/share/${PN}"
doins -r "${S}"/*
fowners -R "AS-Stats" "/usr/share/${PN}"
}