From aed571af3b9e35cac7dcc7c2ac70afc0ac394f14 Mon Sep 17 00:00:00 2001 From: Rick Farina Date: Fri, 30 Apr 2021 21:43:42 -0400 Subject: acct-user/gpsd: fix bug #744982 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Rick Farina --- acct-user/gpsd/gpsd-0-r1.ebuild | 12 ------------ acct-user/gpsd/gpsd-0-r2.ebuild | 13 +++++++++++++ 2 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 acct-user/gpsd/gpsd-0-r1.ebuild create mode 100644 acct-user/gpsd/gpsd-0-r2.ebuild (limited to 'acct-user') diff --git a/acct-user/gpsd/gpsd-0-r1.ebuild b/acct-user/gpsd/gpsd-0-r1.ebuild deleted file mode 100644 index 57052cb6a1e7..000000000000 --- a/acct-user/gpsd/gpsd-0-r1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit acct-user - -DESCRIPTION="user for gpsd" -ACCT_USER_ID=299 -ACCT_USER_GROUPS=( dialout ) - -acct-user_add_deps diff --git a/acct-user/gpsd/gpsd-0-r2.ebuild b/acct-user/gpsd/gpsd-0-r2.ebuild new file mode 100644 index 000000000000..50e1fb06a35d --- /dev/null +++ b/acct-user/gpsd/gpsd-0-r2.ebuild @@ -0,0 +1,13 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="user for gpsd" +ACCT_USER_ID=299 +# bug #744982 +ACCT_USER_GROUPS=( dialout uucp ) + +acct-user_add_deps -- cgit v1.2.3-65-gdbad