From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1529004-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 4CC42158008
	for <garchives@archives.gentoo.org>; Thu, 15 Jun 2023 02:03:58 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 084BBE0900;
	Thu, 15 Jun 2023 02:03:57 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 E31EAE0900
	for <gentoo-commits@lists.gentoo.org>; Thu, 15 Jun 2023 02:03:56 +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 9556C340F93
	for <gentoo-commits@lists.gentoo.org>; Thu, 15 Jun 2023 02:03:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D867DA96
	for <gentoo-commits@lists.gentoo.org>; Thu, 15 Jun 2023 02:03:53 +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: <1686794619.b7f1ae063a1d4c6dc1d483586e718b4c12653e27.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libudev/
X-VCS-Repository: repo/gentoo
X-VCS-Files: virtual/libudev/libudev-232-r7.ebuild virtual/libudev/libudev-232-r8.ebuild
X-VCS-Directories: virtual/libudev/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: b7f1ae063a1d4c6dc1d483586e718b4c12653e27
X-VCS-Branch: master
Date: Thu, 15 Jun 2023 02:03:53 +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: abbd3219-7bef-446e-8a8a-66531fbb8b91
X-Archives-Hash: cd4b4bfa552e5e10fb2dd3b09be639f5

commit:     b7f1ae063a1d4c6dc1d483586e718b4c12653e27
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 02:00:03 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 02:03:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f1ae06

virtual/libudev: drop sys-fs/udev as a provider

We don't want Portage to try cling to this obsolete meta which just
depends on systemd-utils[udev] anyway.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/libudev/{libudev-232-r7.ebuild => libudev-232-r8.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/virtual/libudev/libudev-232-r7.ebuild b/virtual/libudev/libudev-232-r8.ebuild
similarity index 86%
rename from virtual/libudev/libudev-232-r7.ebuild
rename to virtual/libudev/libudev-232-r8.ebuild
index a9ab38b6a4d1..2bf61cd4815c 100644
--- a/virtual/libudev/libudev-232-r7.ebuild
+++ b/virtual/libudev/libudev-232-r8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,6 @@ 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}] )