diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-04-12 11:19:11 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-04-16 19:10:13 -0400 |
commit | a1cd0e10062938c5910cf9e1678e6b78e297dfcb (patch) | |
tree | 15703ce2870d1761145322fe07d753d8a45c43ff /virtual | |
parent | virtual/libudev: add systemd-utils, drop sys-fs/udev (diff) | |
download | gentoo-a1cd0e10062938c5910cf9e1678e6b78e297dfcb.tar.gz gentoo-a1cd0e10062938c5910cf9e1678e6b78e297dfcb.tar.bz2 gentoo-a1cd0e10062938c5910cf9e1678e6b78e297dfcb.zip |
virtual/tmpfiles: add systemd-utils, drop systemd-tmpfiles and opentmpfiles
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/tmpfiles/tmpfiles-0-r2.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
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 + ) + )" |