diff options
author | Julien Roy <julien@jroy.ca> | 2023-01-03 18:15:46 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-01-03 18:15:46 -0500 |
commit | 42002f2d260994f1a6d231436ae3e3ce69f6053f (patch) | |
tree | 0fee6b119b1c54552571ca86623eebdafc6ac920 /acct-group/srht/srht-0.ebuild | |
parent | b3d4ab17a3e4ee8140220ddf696542cbd0d6f3b9 (diff) | |
download | MrRoy-Overlay-42002f2d260994f1a6d231436ae3e3ce69f6053f.tar.gz MrRoy-Overlay-42002f2d260994f1a6d231436ae3e3ce69f6053f.tar.bz2 MrRoy-Overlay-42002f2d260994f1a6d231436ae3e3ce69f6053f.zip |
Fix acct-*/srht-0.ebuild
Diffstat (limited to 'acct-group/srht/srht-0.ebuild')
-rw-r--r-- | acct-group/srht/srht-0.ebuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/acct-group/srht/srht-0.ebuild b/acct-group/srht/srht-0.ebuild new file mode 100644 index 0000000..27086d4 --- /dev/null +++ b/acct-group/srht/srht-0.ebuild @@ -0,0 +1,11 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +DESCRIPTION="Group for sourcehut daemons" +KEYWORDS="~amd64" + +ACCT_GROUP_ID=-1 |