summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2021-08-24 13:33:06 +0200
committerFabian Groffen <grobian@gentoo.org>2021-08-24 13:33:21 +0200
commitd702ff0f19553a4ce20317877fb09f7b7b9b845e (patch)
treefd8dce9aaa48c91275f4e0a11805e0285d912339 /virtual/tmpfiles
parentprofiles/prefix/make.defaults: drop TMPFILES_OPTIONAL (diff)
downloadgentoo-d702ff0f19553a4ce20317877fb09f7b7b9b845e.tar.gz
gentoo-d702ff0f19553a4ce20317877fb09f7b7b9b845e.tar.bz2
gentoo-d702ff0f19553a4ce20317877fb09f7b7b9b845e.zip
virtual/tmpfiles: do not require an impl on Prefix guest
Prefix guest installs don't boot, the host does, but the Prefix is always there. Apart from systemd far from compiling on non-Linux, it isn't necessary, so skip it. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'virtual/tmpfiles')
-rw-r--r--virtual/tmpfiles/tmpfiles-0-r1.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/virtual/tmpfiles/tmpfiles-0-r1.ebuild b/virtual/tmpfiles/tmpfiles-0-r1.ebuild
index 03ef36018950..ab126e516e90 100644
--- a/virtual/tmpfiles/tmpfiles-0-r1.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0-r1.ebuild
@@ -8,8 +8,10 @@ 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="
- || (
- sys-apps/systemd-tmpfiles
- sys-apps/opentmpfiles
- sys-apps/systemd
+ !prefix-guest? (
+ || (
+ sys-apps/systemd-tmpfiles
+ sys-apps/opentmpfiles
+ sys-apps/systemd
+ )
)"