commit:     a1cd0e10062938c5910cf9e1678e6b78e297dfcb
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 12 15:19:11 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 23:10:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1cd0e10

virtual/tmpfiles: add systemd-utils, drop systemd-tmpfiles and opentmpfiles

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 virtual/tmpfiles/tmpfiles-0-r2.ebuild | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/virtual/tmpfiles/tmpfiles-0-r2.ebuild 
b/virtual/tmpfiles/tmpfiles-0-r2.ebuild
new file mode 100644
index 000000000000..98146846fcc7
--- /dev/null
+++ b/virtual/tmpfiles/tmpfiles-0-r2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+       !prefix-guest? (
+               || (
+                       sys-apps/systemd-utils[tmpfiles]
+                       sys-apps/systemd
+               )
+       )"

Reply via email to