From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09323158041 for ; Thu, 28 Mar 2024 22:33:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AE9FE2A07; Thu, 28 Mar 2024 22:33:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08C19E2A07 for ; Thu, 28 Mar 2024 22:32:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD7C634308F for ; Thu, 28 Mar 2024 22:32:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D65B15FC for ; Thu, 28 Mar 2024 22:32:57 +0000 (UTC) From: "Jay Faulkner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jay Faulkner" Message-ID: <1711665162.a5317d8f33a5c3c23b2ae6d23f47d68736fe473e.jayf@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/1password/1password-8.10.28.ebuild X-VCS-Directories: gui-apps/1password/ X-VCS-Committer: jayf X-VCS-Committer-Name: Jay Faulkner X-VCS-Revision: a5317d8f33a5c3c23b2ae6d23f47d68736fe473e X-VCS-Branch: dev Date: Thu, 28 Mar 2024 22:32:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2ea49abe-a4e3-4e19-b715-e04c456bd21e X-Archives-Hash: 4f013511997cb74d8024e16fbb28db11 commit: a5317d8f33a5c3c23b2ae6d23f47d68736fe473e Author: Jay Faulkner jvf cc> AuthorDate: Thu Mar 28 22:26:30 2024 +0000 Commit: Jay Faulkner jvf 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 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