commit: 9e2ec90217ee7c52d891169dc543420ea70202f8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 17:14:56 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 17:15:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e2ec902
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 <AT> gentoo.org>
sys-process/systemd-cron/systemd-cron-2.3.0-r2.ebuild | 19 +++++++++++--------
1 file 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