diff options
author | Sam James <sam@gentoo.org> | 2024-01-14 17:14:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-14 17:15:21 +0000 |
commit | 9e2ec90217ee7c52d891169dc543420ea70202f8 (patch) | |
tree | 6e1bf7e3b0152b231fb4476b755dc1fd1e17ee78 /sys-process | |
parent | sys-process/systemd-cron: add comment for restricted tests (diff) | |
download | gentoo-9e2ec90217ee7c52d891169dc543420ea70202f8.tar.gz gentoo-9e2ec90217ee7c52d891169dc543420ea70202f8.tar.bz2 gentoo-9e2ec90217ee7c52d891169dc543420ea70202f8.zip |
sys-process/systemd-cron: fix dependencies
* OpenSSL should be in DEPEND too as it's linked against
* ... and use := for it
* Sort dependencies the way we usually do and use consistent style
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/systemd-cron/systemd-cron-2.3.0-r2.ebuild | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/sys-process/systemd-cron/systemd-cron-2.3.0-r2.ebuild b/sys-process/systemd-cron/systemd-cron-2.3.0-r2.ebuild index edd033210173..b7c8fd07ac68 100644 --- a/sys-process/systemd-cron/systemd-cron-2.3.0-r2.ebuild +++ b/sys-process/systemd-cron/systemd-cron-2.3.0-r2.ebuild @@ -17,17 +17,20 @@ IUSE="cron-boot etc-crontab-systemd minutely +runparts setgid yearly" RESTRICT="test" BDEPEND="virtual/pkgconfig" - -RDEPEND=">=sys-apps/systemd-253 - dev-libs/openssl - runparts? ( sys-apps/debianutils ) +RDEPEND=" !sys-process/cronie[anacron] + acct-user/_cron-failure + acct-group/_cron-failure + dev-libs/openssl:= + sys-process/cronbase + >=sys-apps/systemd-253 !etc-crontab-systemd? ( !sys-process/dcron ) + runparts? ( sys-apps/debianutils ) +" +DEPEND=" + dev-libs/openssl:= sys-process/cronbase - acct-user/_cron-failure - acct-group/_cron-failure" - -DEPEND="sys-process/cronbase" +" PATCHES=( "${FILESDIR}"/${PN}-2.3.0-pch.patch |