diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-04-27 14:33:21 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-04-27 14:37:09 -0400 |
commit | 04a879abb8625e11595b869529c92902fa052d8c (patch) | |
tree | f27eab288a54b91f418fc3a1ac685a6126d5148c /sys-process | |
parent | dev-python/sqlalchemy: Bump to 2.0.11 (diff) | |
download | gentoo-04a879abb8625e11595b869529c92902fa052d8c.tar.gz gentoo-04a879abb8625e11595b869529c92902fa052d8c.tar.bz2 gentoo-04a879abb8625e11595b869529c92902fa052d8c.zip |
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@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/cronie/cronie-1.6.1-r3.ebuild (renamed from sys-process/cronie/cronie-1.6.1-r2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/cronie/cronie-1.6.1-r2.ebuild b/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" |