virtual/tmpfiles: Sync with Gentoo

It's from Gentoo commit 3267992b73ffeedbb55d6965ec514adedd7f5da9.

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
Flatcar Buildbot 2026-04-13 07:44:39 +00:00
parent d36229b0fd
commit cd93452ac1
2 changed files with 24 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -9,8 +9,10 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390
IUSE="systemd"
RDEPEND="
!prefix-guest? (
systemd? ( sys-apps/systemd )
!systemd? ( sys-apps/systemd-utils[tmpfiles] )
kernel_linux? (
!prefix-guest? (
systemd? ( sys-apps/systemd )
!systemd? ( sys-apps/systemd-utils[tmpfiles] )
)
)
"

View File

@ -0,0 +1,18 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
IUSE="systemd"
RDEPEND="
kernel_linux? (
!prefix-guest? (
systemd? ( sys-apps/systemd )
!systemd? ( || ( sys-apps/systemd-utils[tmpfiles] sys-apps/seedfiles ) )
)
)
"