diff options
author | Sam James <sam@gentoo.org> | 2022-04-17 13:46:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 13:48:41 +0100 |
commit | 61d674555f60001c0a02e7cb3f915529a37690cd (patch) | |
tree | 5f1eef5958b638bcee7080d6a63852452c2d2f12 /virtual/udev | |
parent | virtual/tmpfiles: keep transitional sys-apps/systemd-tmpfiles (diff) | |
download | gentoo-61d674555f60001c0a02e7cb3f915529a37690cd.tar.gz gentoo-61d674555f60001c0a02e7cb3f915529a37690cd.tar.bz2 gentoo-61d674555f60001c0a02e7cb3f915529a37690cd.zip |
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@gentoo.org>
Diffstat (limited to 'virtual/udev')
-rw-r--r-- | virtual/udev/udev-217-r5.ebuild (renamed from virtual/udev/udev-217-r4.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/virtual/udev/udev-217-r4.ebuild b/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 ) |