From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1536061-garchives=archives.gentoo.org@lists.gentoo.org> 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 793D715800D for <garchives@archives.gentoo.org>; Sun, 9 Jul 2023 02:52:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A4D2E0938; Sun, 9 Jul 2023 02:52:28 +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 7AB2CE0938 for <gentoo-commits@lists.gentoo.org>; Sun, 9 Jul 2023 02:52:28 +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 6D085340DFE for <gentoo-commits@lists.gentoo.org>; Sun, 9 Jul 2023 02:52:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9059A9C for <gentoo-commits@lists.gentoo.org>; Sun, 9 Jul 2023 02:52:25 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1688871111.f0051899262fdaeaf63df3352978bddc9ec3554b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udisks/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/udisks/udisks-2.9.4-r2.ebuild sys-fs/udisks/udisks-2.9.4-r3.ebuild X-VCS-Directories: sys-fs/udisks/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f0051899262fdaeaf63df3352978bddc9ec3554b X-VCS-Branch: master Date: Sun, 9 Jul 2023 02:52:25 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b13113ca-8db3-49de-8c2f-f59a40374e24 X-Archives-Hash: f01fa9dcc0a4c7243ed7c06ca79156b0 commit: f0051899262fdaeaf63df3352978bddc9ec3554b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jul 9 02:51:38 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 9 02:51:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0051899 sys-fs/udisks: depend on <libblockdev-3 I don't see any real value in trying to fix this. The bump to udisks-2.10 will be shortly in Gentoo, so < dep it is. Closes: https://bugs.gentoo.org/910077 Bug: https://bugs.gentoo.org/910074 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/udisks/{udisks-2.9.4-r2.ebuild => udisks-2.9.4-r3.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-fs/udisks/udisks-2.9.4-r2.ebuild b/sys-fs/udisks/udisks-2.9.4-r3.ebuild similarity index 96% rename from sys-fs/udisks/udisks-2.9.4-r2.ebuild rename to sys-fs/udisks/udisks-2.9.4-r3.ebuild index fe29b9c6515b..12ec4ea23ef4 100644 --- a/sys-fs/udisks/udisks-2.9.4-r2.ebuild +++ b/sys-fs/udisks/udisks-2.9.4-r3.ebuild @@ -23,9 +23,11 @@ REQUIRED_USE=" # See configure.ac file for the required min version BLOCKDEV_MIN_VER="2.25" +# <libblockdev-3 dep for bug #910077, should go away with udisks-2.10 COMMON_DEPEND=" >=sys-auth/polkit-0.114 >=sys-libs/libblockdev-${BLOCKDEV_MIN_VER}:=[cryptsetup,lvm?,vdo(-)?] + <sys-libs/libblockdev-3[cryptsetup,lvm?,vdo(-)?] virtual/udev acl? ( virtual/acl ) daemon? (