acct-user/gpsd: fix bug #744982

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
This commit is contained in:
Rick Farina
2021-04-30 21:43:42 -04:00
parent 30b552507b
commit aed571af3b

View File

@@ -1,4 +1,4 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,6 +7,7 @@ inherit acct-user
DESCRIPTION="user for gpsd"
ACCT_USER_ID=299
ACCT_USER_GROUPS=( dialout )
# bug #744982
ACCT_USER_GROUPS=( dialout uucp )
acct-user_add_deps