commit: 5bb307c0a184c22e33b289bfa72462ff4afddc11 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Tue Apr 12 15:17:15 2022 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Apr 16 23:10:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb307c0
virtual/udev: add systemd-utils, drop sys-fs/udev Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> virtual/udev/udev-217-r4.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/virtual/udev/udev-217-r4.ebuild b/virtual/udev/udev-217-r4.ebuild new file mode 100644 index 000000000000..65672bce0b18 --- /dev/null +++ b/virtual/udev/udev-217-r4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual to select between different udev daemon providers" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + || ( + sys-apps/systemd-utils[udev] + >=sys-fs/eudev-2.1.1 + >=sys-apps/systemd-217 + ) +"
