From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 5FE5015820A for ; Mon, 07 Jul 2025 18:46:28 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4B272340FF8 for ; Mon, 07 Jul 2025 18:46:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5BAD811055B; Mon, 07 Jul 2025 18:46:24 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 566A011055B for ; Mon, 07 Jul 2025 18:46:24 +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 1134F340FF9 for ; Mon, 07 Jul 2025 18:46:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76E2E2EA6 for ; Mon, 07 Jul 2025 18:46:22 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1751913975.1d7621f051e10251033b73ca9532c6aa5cd6eec4.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udiskie/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/udiskie/udiskie-2.5.7-r1.ebuild sys-fs/udiskie/udiskie-2.5.7.ebuild X-VCS-Directories: sys-fs/udiskie/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 1d7621f051e10251033b73ca9532c6aa5cd6eec4 X-VCS-Branch: master Date: Mon, 07 Jul 2025 18:46:22 +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: e257130f-1a7e-4ee9-9b7d-1f27d051c498 X-Archives-Hash: 99b3586a46baa3a6f0a4880f4571c8eb commit: 1d7621f051e10251033b73ca9532c6aa5cd6eec4 Author: Ben Kohler gentoo org> AuthorDate: Mon Jul 7 18:37:45 2025 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon Jul 7 18:46:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7621f0 sys-fs/udiskie: enforce USE=daemon on udisks dep Closes: https://bugs.gentoo.org/959509 Signed-off-by: Ben Kohler gentoo.org> sys-fs/udiskie/{udiskie-2.5.7.ebuild => udiskie-2.5.7-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/udiskie/udiskie-2.5.7.ebuild b/sys-fs/udiskie/udiskie-2.5.7-r1.ebuild similarity index 97% rename from sys-fs/udiskie/udiskie-2.5.7.ebuild rename to sys-fs/udiskie/udiskie-2.5.7-r1.ebuild index 3632bf8e2749..d79938efe621 100644 --- a/sys-fs/udiskie/udiskie-2.5.7.ebuild +++ b/sys-fs/udiskie/udiskie-2.5.7-r1.ebuild @@ -17,7 +17,7 @@ IUSE="libnotify" RDEPEND="dev-python/docopt[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] - sys-fs/udisks:2 + sys-fs/udisks:2[daemon] libnotify? ( x11-libs/libnotify[introspection] )" DEPEND="app-text/asciidoc test? ( dev-python/keyutils[${PYTHON_USEDEP}]