From bc023913b10a90184b7249ff232e43f290884f5a Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Tue, 20 Jul 2021 20:57:48 +0200 Subject: acct-user/gauth: add user (138) gauth Bug: https://bugs.gentoo.org/781488 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki --- acct-user/gauth/gauth-0.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 acct-user/gauth/gauth-0.ebuild (limited to 'acct-user/gauth/gauth-0.ebuild') diff --git a/acct-user/gauth/gauth-0.ebuild b/acct-user/gauth/gauth-0.ebuild new file mode 100644 index 000000000000..97ad122a12bb --- /dev/null +++ b/acct-user/gauth/gauth-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="A user for sys-auth/google-authenticator-wrappers" + +ACCT_USER_GROUPS=( "gauth" ) +ACCT_USER_ID="138" + +acct-user_add_deps -- cgit v1.2.3-65-gdbad