commit:     a5317d8f33a5c3c23b2ae6d23f47d68736fe473e
Author:     Jay Faulkner <jay <AT> jvf <DOT> cc>
AuthorDate: Thu Mar 28 22:26:30 2024 +0000
Commit:     Jay Faulkner <jay <AT> jvf <DOT> cc>
CommitDate: Thu Mar 28 22:32:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a5317d8f

gui-apps/1password-8.10.28: Fix systemd-utils dep

Before this change, this was uninstallable on systemd profiles.

Signed-off-by: Jay Faulkner <jay <AT> jvf.cc>

 gui-apps/1password/1password-8.10.28.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gui-apps/1password/1password-8.10.28.ebuild 
b/gui-apps/1password/1password-8.10.28.ebuild
index 8183250656..bf55bdd2d2 100644
--- a/gui-apps/1password/1password-8.10.28.ebuild
+++ b/gui-apps/1password/1password-8.10.28.ebuild
@@ -31,7 +31,10 @@ RDEPEND="
        media-libs/mesa
        net-print/cups
        sys-apps/dbus
-       sys-apps/systemd-utils
+       || (
+               sys-apps/systemd-utils
+               sys-apps/systemd
+       )
        sys-libs/zlib
        x11-libs/cairo
        x11-libs/gtk+:3

Reply via email to