logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://anongit.hacktivis.me/git/overlay.git/

dev-manager-1.ebuild (387B)


  1. # Copyright 1999-2023 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. DESCRIPTION="Virtual for the device filesystem manager"
  5. SLOT="0"
  6. KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos"
  7. RDEPEND="
  8. || (
  9. virtual/udev
  10. sys-fs/mdevd
  11. sys-apps/busybox[mdev]
  12. sys-fs/static-dev
  13. )"