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 4D0E515808B for ; Sun, 17 Apr 2022 12:48:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C306E0952; Sun, 17 Apr 2022 12:48:51 +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 4FDE0E0952 for ; Sun, 17 Apr 2022 12:48:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 43B67341773 for ; Sun, 17 Apr 2022 12:48:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CC893B0 for ; Sun, 17 Apr 2022 12:48:48 +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: <1650199722.32eec7440046151d9de01bee671186571f7cc32b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libudev/libudev-232-r6.ebuild virtual/libudev/libudev-232-r7.ebuild X-VCS-Directories: virtual/libudev/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 32eec7440046151d9de01bee671186571f7cc32b X-VCS-Branch: master Date: Sun, 17 Apr 2022 12:48:48 +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: 449deefa-a6ed-46b3-bea9-19621567f46c X-Archives-Hash: d4213b831cf5be5c4f7a9f287946cd28 commit: 32eec7440046151d9de01bee671186571f7cc32b Author: Sam James gentoo org> AuthorDate: Sun Apr 17 12:47:59 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 17 12:48:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32eec744 virtual/libudev: keep transitional sys-fs/udev Portage may be inclined to try (and fail) to use systemd here instead of the new (for non-systemd systems) systemd-utils tools package, so let's include sys-fs/udev instead, which is a transitional package, below systemd-utils. Already seen one nasty such situation where Portage gets confused & can't resolve w/o this, and this sorts it out. Signed-off-by: Sam James gentoo.org> virtual/libudev/{libudev-232-r6.ebuild => libudev-232-r7.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/virtual/libudev/libudev-232-r6.ebuild b/virtual/libudev/libudev-232-r7.ebuild similarity index 93% rename from virtual/libudev/libudev-232-r6.ebuild rename to virtual/libudev/libudev-232-r7.ebuild index aed453196d9b..60120fb8bbda 100644 --- a/virtual/libudev/libudev-232-r6.ebuild +++ b/virtual/libudev/libudev-232-r7.ebuild @@ -14,6 +14,7 @@ IUSE="systemd" RDEPEND=" !systemd? ( || ( sys-apps/systemd-utils[udev,${MULTILIB_USEDEP}] + sys-fs/udev[${MULTILIB_USEDEP}] >=sys-fs/eudev-3.2.9:0/0[${MULTILIB_USEDEP}] ) ) systemd? ( >=sys-apps/systemd-232:0/2[${MULTILIB_USEDEP}] )