diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-01-14 23:08:51 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-18 20:48:20 +0100 |
commit | 42d8f4a4082aaef2cf28ba53d463d7341efbe110 (patch) | |
tree | 8297ed4ed797f5d738585327d5f8b7f94177fb57 /acct-user/notary/notary-0-r2.ebuild | |
parent | acct-user/node_exporter: update EAPI 7 -> 8 (diff) | |
download | gentoo-42d8f4a4082aaef2cf28ba53d463d7341efbe110.tar.gz gentoo-42d8f4a4082aaef2cf28ba53d463d7341efbe110.tar.bz2 gentoo-42d8f4a4082aaef2cf28ba53d463d7341efbe110.zip |
acct-user/notary: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-user/notary/notary-0-r2.ebuild')
-rw-r--r-- | acct-user/notary/notary-0-r2.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/acct-user/notary/notary-0-r2.ebuild b/acct-user/notary/notary-0-r2.ebuild new file mode 100644 index 000000000000..a5456f9528cc --- /dev/null +++ b/acct-user/notary/notary-0-r2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="User for app-misc/notary" + +ACCT_USER_GROUPS=( "notary" ) +ACCT_USER_ID="280" + +acct-user_add_deps |