diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-01-14 23:08:00 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-18 20:48:14 +0100 |
commit | b0071c15ad48b65c9b1ac7c1a4dee0c122cfa385 (patch) | |
tree | dec063ee6c3787967f5576ee87472c7a6885f0c0 /acct-user/motion/motion-0-r3.ebuild | |
parent | acct-user/mosquitto: update EAPI 7 -> 8 (diff) | |
download | gentoo-b0071c15ad48b65c9b1ac7c1a4dee0c122cfa385.tar.gz gentoo-b0071c15ad48b65c9b1ac7c1a4dee0c122cfa385.tar.bz2 gentoo-b0071c15ad48b65c9b1ac7c1a4dee0c122cfa385.zip |
acct-user/motion: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-user/motion/motion-0-r3.ebuild')
-rw-r--r-- | acct-user/motion/motion-0-r3.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/acct-user/motion/motion-0-r3.ebuild b/acct-user/motion/motion-0-r3.ebuild new file mode 100644 index 000000000000..5ace75166a1c --- /dev/null +++ b/acct-user/motion/motion-0-r3.ebuild @@ -0,0 +1,12 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="added by portage for motion, a software motion detector" +ACCT_USER_ID=395 +ACCT_USER_GROUPS=( motion video ) + +acct-user_add_deps |