diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-07-05 11:20:31 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-07-05 11:20:31 +0200 |
commit | 48801b22966849594a1d41063f0235682f09d0f6 (patch) | |
tree | b2b1f13ed42da91796093710fa97e50100b71ca6 /acct-user/carbon/carbon-0.ebuild | |
parent | acct-group/carbon: add, share GID with FreeBSD (only match) (diff) | |
download | gentoo-48801b22966849594a1d41063f0235682f09d0f6.tar.gz gentoo-48801b22966849594a1d41063f0235682f09d0f6.tar.bz2 gentoo-48801b22966849594a1d41063f0235682f09d0f6.zip |
acct-user/carbon: add, share GID with FreeBSD (only match)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --force
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'acct-user/carbon/carbon-0.ebuild')
-rw-r--r-- | acct-user/carbon/carbon-0.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/acct-user/carbon/carbon-0.ebuild b/acct-user/carbon/carbon-0.ebuild new file mode 100644 index 000000000000..ba8999d6020d --- /dev/null +++ b/acct-user/carbon/carbon-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for graphite/carbon suite" +ACCT_USER_ID=230 +ACCT_USER_GROUPS=( carbon ) + +acct-user_add_deps |