diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-01-14 23:02:15 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-18 20:47:37 +0100 |
commit | f219eae66a36472e85fe56f1acf2a75d701c84aa (patch) | |
tree | 72581fc416903835633ca6e47c506683b79418e5 /acct-user/cntlm/cntlm-0-r2.ebuild | |
parent | acct-user/clamav: update EAPI 7 -> 8 (diff) | |
download | gentoo-f219eae66a36472e85fe56f1acf2a75d701c84aa.tar.gz gentoo-f219eae66a36472e85fe56f1acf2a75d701c84aa.tar.bz2 gentoo-f219eae66a36472e85fe56f1acf2a75d701c84aa.zip |
acct-user/cntlm: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-user/cntlm/cntlm-0-r2.ebuild')
-rw-r--r-- | acct-user/cntlm/cntlm-0-r2.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/acct-user/cntlm/cntlm-0-r2.ebuild b/acct-user/cntlm/cntlm-0-r2.ebuild new file mode 100644 index 000000000000..f37625a0ca75 --- /dev/null +++ b/acct-user/cntlm/cntlm-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 net-proxy/cntlm" + +ACCT_USER_GROUPS=( "cntlm" ) +ACCT_USER_ID="255" + +acct-user_add_deps |