sys-process/cronie: fix acct-group/crontab dependency

BDEPEND was moved below for more typical ordering, but
this does RDEPEND="${BDEPEND}" which ended up empty.

Opting to move it just above RDEPEND so the relation
is more visible.

Fixes: 164bbf86b6
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2023-04-27 14:33:21 -04:00
parent 63a8cef5da
commit 04a879abb8

View File

@@ -24,12 +24,12 @@ DEPEND="
)
selinux? ( sys-libs/libselinux )
"
BDEPEND="acct-group/crontab"
RDEPEND="
${BDEPEND}
${DEPEND}
sys-apps/debianutils
"
BDEPEND="acct-group/crontab"
#cronie supports /etc/crontab
CRON_SYSTEM_CRONTAB="yes"