commit: 61d674555f60001c0a02e7cb3f915529a37690cd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 12:46:59 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 12:48:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61d67455
virtual/udev: 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 <sam <AT> gentoo.org>
virtual/udev/{udev-217-r4.ebuild => udev-217-r5.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/virtual/udev/udev-217-r4.ebuild b/virtual/udev/udev-217-r5.ebuild
similarity index 96%
rename from virtual/udev/udev-217-r4.ebuild
rename to virtual/udev/udev-217-r5.ebuild
index 65672bce0b18..586df17c5ea8 100644
--- a/virtual/udev/udev-217-r4.ebuild
+++ b/virtual/udev/udev-217-r5.ebuild
@@ -10,6 +10,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips
~ppc ~ppc64 ~riscv ~
RDEPEND="
|| (
sys-apps/systemd-utils[udev]
+ sys-fs/udev
>=sys-fs/eudev-2.1.1
>=sys-apps/systemd-217
)