logo

overlay

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

tmpfiles-1.ebuild (534B)


  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 tmpfiles.d handlers"
  5. SLOT="0"
  6. KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
  7. IUSE="systemd"
  8. RDEPEND="
  9. !prefix-guest? (
  10. systemd? ( sys-apps/systemd )
  11. !systemd? ( || (
  12. sys-apps/hardenedtmpfiles
  13. sys-apps/systemd-utils[tmpfiles]
  14. ) )
  15. )
  16. "