diff options
author | Aleksandr Tkachenko <tk.alexander@yandex.ru> | 2021-09-24 17:42:32 +0300 |
---|---|---|
committer | Aleksandr Tkachenko <tk.alexander@yandex.ru> | 2021-09-24 17:43:56 +0300 |
commit | d90a692a689e91b6105537010ba987c9b2d26c07 (patch) | |
tree | 28cb8a10a875095bd7ba5030d649949992592672 /acct-user | |
parent | dev-util/eclipse-parallel-bin: 4.21 version bump (diff) | |
download | guru-d90a692a689e91b6105537010ba987c9b2d26c07.tar.gz guru-d90a692a689e91b6105537010ba987c9b2d26c07.tar.bz2 guru-d90a692a689e91b6105537010ba987c9b2d26c07.zip |
net-p2p/yggdrasil-go: add 0.4.0
Signed-off-by: Aleksandr Tkachenko <tk.alexander@yandex.ru>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/yggdrasil/yggdrasil-1.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/acct-user/yggdrasil/yggdrasil-1.ebuild b/acct-user/yggdrasil/yggdrasil-1.ebuild new file mode 100644 index 000000000..962e860c7 --- /dev/null +++ b/acct-user/yggdrasil/yggdrasil-1.ebuild @@ -0,0 +1,12 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="Yggdrasil user" +ACCT_USER_ID=-1 +ACCT_USER_GROUPS=( yggdrasil ) + +acct-user_add_deps |