udev-9999.ebuild 263 B

123456789101112131415
  1. # Copyright 1999-2023 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=8
  4. DESCRIPTION="Virtual to select between different udev (mdev) daemon providers"
  5. SLOT="0"
  6. RDEPEND="
  7. || (
  8. sys-fs/mdevd
  9. sys-apps/busybox[mdev]
  10. )
  11. "