tmpfiles-0.ebuild 342 B

123456789101112131415
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
  5. SLOT="0"
  6. KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
  7. RDEPEND="
  8. || (
  9. sys-apps/opentmpfiles
  10. sys-apps/systemd
  11. )"