From 04a879abb8625e11595b869529c92902fa052d8c Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 27 Apr 2023 14:33:21 -0400 Subject: [PATCH] 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: 164bbf86b6921ca8901d66413d09c6dccadc9c6d Signed-off-by: Ionen Wolkens --- .../cronie/{cronie-1.6.1-r2.ebuild => cronie-1.6.1-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sys-process/cronie/{cronie-1.6.1-r2.ebuild => cronie-1.6.1-r3.ebuild} (100%) diff --git a/sys-process/cronie/cronie-1.6.1-r2.ebuild b/sys-process/cronie/cronie-1.6.1-r3.ebuild similarity index 100% rename from sys-process/cronie/cronie-1.6.1-r2.ebuild rename to sys-process/cronie/cronie-1.6.1-r3.ebuild index d9f124e3ec068..2658c34efbc0e 100644 --- a/sys-process/cronie/cronie-1.6.1-r2.ebuild +++ b/sys-process/cronie/cronie-1.6.1-r3.ebuild @@ -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"