diff options
author | 2021-04-11 16:36:37 +0200 | |
---|---|---|
committer | 2021-04-11 18:25:32 +0200 | |
commit | 260ebfca54af764d9cd91c484644a7a935b29214 (patch) | |
tree | c6ffa2f6593c34fb8d460d684c5cc77dd9e3267b /acct-user/groonga/groonga-0.ebuild | |
parent | acct-group/groonga: add group for app-text/groonga (diff) | |
download | gentoo-260ebfca54af764d9cd91c484644a7a935b29214.tar.gz gentoo-260ebfca54af764d9cd91c484644a7a935b29214.tar.bz2 gentoo-260ebfca54af764d9cd91c484644a7a935b29214.zip |
acct-user/groonga: add user for app-text/groonga
Bug: https://bugs.gentoo.org/781269
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-user/groonga/groonga-0.ebuild')
-rw-r--r-- | acct-user/groonga/groonga-0.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/acct-user/groonga/groonga-0.ebuild b/acct-user/groonga/groonga-0.ebuild new file mode 100644 index 00000000000..7df7ee2917a --- /dev/null +++ b/acct-user/groonga/groonga-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="User for app-text/groonga" + +ACCT_USER_GROUPS=( "groonga" ) +ACCT_USER_ID="266" + +acct-user_add_deps |