acct-user/duende: Drop explicit group dependency

This is handled by the eclass.

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2026-06-19 16:38:47 +01:00
parent 4ab36968f8
commit e1cb3d2b60

View File

@@ -1,4 +1,4 @@
# Copyright 2019-2024 Gentoo Authors
# Copyright 2019-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,6 +9,3 @@ ACCT_USER_ID=66
ACCT_USER_GROUPS=( "maradns" )
acct-user_add_deps
DEPEND+=" acct-group/maradns "
RDEPEND+=" acct-group/maradns "