mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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"
|
||||
Reference in New Issue
Block a user