2020-05-10 16:01:22 +02:00
|
|
|
# Copyright 2020 Gentoo Authors
|
2020-05-10 13:21:47 +02:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=7
|
|
|
|
|
|
|
|
inherit acct-user
|
|
|
|
|
2020-05-10 16:01:22 +02:00
|
|
|
KEYWORDS="~*"
|
|
|
|
|
2020-05-10 13:21:47 +02:00
|
|
|
DESCRIPTION="Sensu Monitoring Framework"
|
|
|
|
ACCT_USER_ID=60
|
|
|
|
ACCT_USER_GROUPS=( sensu )
|
|
|
|
acct-user_add_deps
|
|
|
|
SLOT="0"
|