2020-05-10 13:21:47 +02:00
|
|
|
# Copyright 2020 Gentoo Authors
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=7
|
|
|
|
|
|
|
|
inherit acct-group
|
|
|
|
|
|
|
|
DESCRIPTION="Sensu program group"
|
2020-05-10 15:58:43 +02:00
|
|
|
ACCT_GROUP_ID=499
|
2020-05-10 13:21:47 +02:00
|
|
|
SLOT="0"
|
2024-09-09 13:45:51 +02:00
|
|
|
KEYWORDS="~*"
|