diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-01-14 23:13:03 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-18 20:48:47 +0100 |
commit | fbf9cb07b525e7a0e3940410f0dd2b90eec6c070 (patch) | |
tree | e70f5de92cb80e2f5136145fc3a0e62d202ac531 /acct-user/spire/spire-0-r3.ebuild | |
parent | acct-user/spectrum: update EAPI 7 -> 8 (diff) | |
download | gentoo-fbf9cb07b525e7a0e3940410f0dd2b90eec6c070.tar.gz gentoo-fbf9cb07b525e7a0e3940410f0dd2b90eec6c070.tar.bz2 gentoo-fbf9cb07b525e7a0e3940410f0dd2b90eec6c070.zip |
acct-user/spire: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-user/spire/spire-0-r3.ebuild')
-rw-r--r-- | acct-user/spire/spire-0-r3.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/acct-user/spire/spire-0-r3.ebuild b/acct-user/spire/spire-0-r3.ebuild new file mode 100644 index 000000000000..ec05ca13f1d9 --- /dev/null +++ b/acct-user/spire/spire-0-r3.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="user for spiffe runtime environment" +ACCT_USER_ID=271 +ACCT_USER_GROUPS=( spire ) + +acct-user_add_deps |