diff options
author | 2022-04-17 13:45:14 +0100 | |
---|---|---|
committer | 2022-04-17 13:48:40 +0100 | |
commit | ca1b03dcdafbbe4bb1bb5d096a67db79ee045be1 (patch) | |
tree | 7a9807ddc7bae9ee96bf6cea255a9acb6a5b7f2c /virtual/tmpfiles/tmpfiles-0-r3.ebuild | |
parent | dev-libs/nwjs: Bump to 0.63.0, drop old 0.62.1 (diff) | |
download | gentoo-ca1b03dcdafbbe4bb1bb5d096a67db79ee045be1.tar.gz gentoo-ca1b03dcdafbbe4bb1bb5d096a67db79ee045be1.tar.bz2 gentoo-ca1b03dcdafbbe4bb1bb5d096a67db79ee045be1.zip |
virtual/tmpfiles: keep transitional sys-apps/systemd-tmpfiles
Portage may be inclined to try (and fail) to use systemd
here instead of the new (for non-systemd systems) systemd-utils
tools package, so let's include systemd-tmpfiles instead, which
is a transitional package, below systemd-utils.
Already seen one nasty such situation where Portage gets
confused & can't resolve w/o this, and this sorts it out.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual/tmpfiles/tmpfiles-0-r3.ebuild')
-rw-r--r-- | virtual/tmpfiles/tmpfiles-0-r3.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/virtual/tmpfiles/tmpfiles-0-r3.ebuild b/virtual/tmpfiles/tmpfiles-0-r3.ebuild new file mode 100644 index 000000000000..3b9e2b2f95f7 --- /dev/null +++ b/virtual/tmpfiles/tmpfiles-0-r3.ebuild @@ -0,0 +1,17 @@ +# 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-tmpfiles + sys-apps/systemd + ) + )" |