commit: fa932baba4c4363dd6e25b7f458df2f912a8a438 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Thu Jul 15 17:46:28 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Jul 15 17:46:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa932bab
acct-group/vdr: update gid, description to match overlay Bug: https://bugs.gentoo.org/781344 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> acct-group/vdr/vdr-0-r1.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/acct-group/vdr/vdr-0-r1.ebuild b/acct-group/vdr/vdr-0-r1.ebuild new file mode 100644 index 00000000000..b150a48a3ab --- /dev/null +++ b/acct-group/vdr/vdr-0-r1.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="A group for the VDR (VideoDiskRecorder)" + +ACCT_GROUP_ID="452"
