diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-01-14 23:15:36 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-18 20:49:04 +0100 |
commit | 119de88f52a755fc2580f56e6e685887e3fb6b58 (patch) | |
tree | 3dbd1f0c7e6cb42c8c43f0c131496c5d977b7ffa /acct-user/ziproxy/ziproxy-0-r2.ebuild | |
parent | acct-user/zetcd: update EAPI 7 -> 8 (diff) | |
download | gentoo-119de88f52a755fc2580f56e6e685887e3fb6b58.tar.gz gentoo-119de88f52a755fc2580f56e6e685887e3fb6b58.tar.bz2 gentoo-119de88f52a755fc2580f56e6e685887e3fb6b58.zip |
acct-user/ziproxy: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-user/ziproxy/ziproxy-0-r2.ebuild')
-rw-r--r-- | acct-user/ziproxy/ziproxy-0-r2.ebuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/acct-user/ziproxy/ziproxy-0-r2.ebuild b/acct-user/ziproxy/ziproxy-0-r2.ebuild new file mode 100644 index 000000000000..22a019769a95 --- /dev/null +++ b/acct-user/ziproxy/ziproxy-0-r2.ebuild @@ -0,0 +1,11 @@ +# Copyright 2019-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +ACCT_USER_ID=367 +ACCT_USER_GROUPS=( "${PN}" ) + +acct-user_add_deps |