commit:     04a879abb8625e11595b869529c92902fa052d8c
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 18:33:21 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 18:37:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a879ab

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 <ionen <AT> gentoo.org>

 sys-process/cronie/{cronie-1.6.1-r2.ebuild => cronie-1.6.1-r3.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 d9f124e3ec06..2658c34efbc0 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"

Reply via email to