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 0FCC215ACFB for ; Thu, 20 Apr 2023 13:16:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33128E0975; Thu, 20 Apr 2023 13:16:46 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F56AE0975 for ; Thu, 20 Apr 2023 13:16:46 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8DF133BEB2 for ; Thu, 20 Apr 2023 13:16:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6069E141 for ; Thu, 20 Apr 2023 13:16:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1681996563.ecec6afb45eb576817bce8729943015aa94be1ac.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/icaclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/icaclient/icaclient-23.3.0.32-r1.ebuild net-misc/icaclient/icaclient-23.3.0.32.ebuild X-VCS-Directories: net-misc/icaclient/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ecec6afb45eb576817bce8729943015aa94be1ac X-VCS-Branch: master Date: Thu, 20 Apr 2023 13:16:43 +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: c4067576-54e4-4ac7-8feb-d31392b9f169 X-Archives-Hash: e47a9491ebe14cbcffeb70f93db13fc0 commit: ecec6afb45eb576817bce8729943015aa94be1ac Author: Henning Schild hennsch de> AuthorDate: Thu Apr 20 10:30:49 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 20 13:16:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecec6afb net-misc/icaclient: fix runtime deps for usb support with systemd Closes: https://bugs.gentoo.org/904563 Signed-off-by: Henning Schild hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/30664 Signed-off-by: Sam James gentoo.org> .../{icaclient-23.3.0.32.ebuild => icaclient-23.3.0.32-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/icaclient/icaclient-23.3.0.32.ebuild b/net-misc/icaclient/icaclient-23.3.0.32-r1.ebuild similarity index 99% rename from net-misc/icaclient/icaclient-23.3.0.32.ebuild rename to net-misc/icaclient/icaclient-23.3.0.32-r1.ebuild index 2f09e585711e..67ffc799b202 100644 --- a/net-misc/icaclient/icaclient-23.3.0.32.ebuild +++ b/net-misc/icaclient/icaclient-23.3.0.32-r1.ebuild @@ -96,7 +96,7 @@ RDEPEND=" x11-libs/pango ${BDEPEND} !hdx? ( !media-plugins/hdx-realtime-media-engine ) - usb? ( sys-apps/systemd-utils ) + usb? ( virtual/libudev ) " DEPENDS=""