commit: 28c62e0349ada208f88352b1983603bc2c5175d5 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Mon Jul 12 16:23:27 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Mon Jul 12 16:24:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28c62e03
acct-user/ngrep: update uid Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> acct-user/ngrep/ngrep-0-r1.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/acct-user/ngrep/ngrep-0-r1.ebuild b/acct-user/ngrep/ngrep-0-r1.ebuild new file mode 100644 index 00000000000..4851b7fcb10 --- /dev/null +++ b/acct-user/ngrep/ngrep-0-r1.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 net-analyzer/ngrep" + +ACCT_USER_GROUPS=( "ngrep" ) +ACCT_USER_ID="185" + +acct-user_add_deps
