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 86EFE15808B for ; Sun, 17 Apr 2022 08:16:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5DB9E08FC; Sun, 17 Apr 2022 08:16:15 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 756D3E0903 for ; Sun, 17 Apr 2022 08:16:10 +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 9F5893413A8 for ; Sun, 17 Apr 2022 08:16:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20955105 for ; Sun, 17 Apr 2022 08:16:08 +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: <1650183336.7661fcd949ef9a181b90588b15fe229796f0d50d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/eudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/eudev/eudev-3.2.11-r1.ebuild sys-fs/eudev/eudev-3.2.11-r2.ebuild sys-fs/eudev/eudev-9999.ebuild X-VCS-Directories: sys-fs/eudev/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7661fcd949ef9a181b90588b15fe229796f0d50d X-VCS-Branch: master Date: Sun, 17 Apr 2022 08:16:08 +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: beccc8fd-fbc9-4732-9715-f7d1c1fe42d9 X-Archives-Hash: 544b7f288e335b63105745fd8306ed2b commit: 7661fcd949ef9a181b90588b15fe229796f0d50d Author: Sam James gentoo org> AuthorDate: Sun Apr 17 08:12:31 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 17 08:15:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7661fcd9 sys-fs/eudev: add sys-apps/systemd-utils[udev] blocker Reported-by: kurly Closes: https://bugs.gentoo.org/838874 Signed-off-by: Sam James gentoo.org> sys-fs/eudev/{eudev-3.2.11-r1.ebuild => eudev-3.2.11-r2.ebuild} | 3 ++- sys-fs/eudev/eudev-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-fs/eudev/eudev-3.2.11-r1.ebuild b/sys-fs/eudev/eudev-3.2.11-r2.ebuild similarity index 99% rename from sys-fs/eudev/eudev-3.2.11-r1.ebuild rename to sys-fs/eudev/eudev-3.2.11-r2.ebuild index 0ad41a30ab58..d122d41327cc 100644 --- a/sys-fs/eudev/eudev-3.2.11-r1.ebuild +++ b/sys-fs/eudev/eudev-3.2.11-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,6 +35,7 @@ RDEPEND="${DEPEND} acct-group/input acct-group/kvm acct-group/render + !sys-apps/systemd-utils[udev] !sys-fs/udev !sys-apps/systemd !sys-apps/hwids[udev]" diff --git a/sys-fs/eudev/eudev-9999.ebuild b/sys-fs/eudev/eudev-9999.ebuild index b830fc310bc6..a4edb4657be9 100644 --- a/sys-fs/eudev/eudev-9999.ebuild +++ b/sys-fs/eudev/eudev-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,6 +35,7 @@ RDEPEND="${DEPEND} acct-group/input acct-group/kvm acct-group/render + !sys-apps/systemd-utils[udev] !sys-fs/udev !sys-apps/systemd !sys-apps/hwids[udev]"