diff options
author | 2021-08-23 19:21:19 +0200 | |
---|---|---|
committer | 2021-08-23 19:21:19 +0200 | |
commit | 004d9ebd9fca5cbdd09d4f5b35943ef5270a2227 (patch) | |
tree | 1a0dcd84a4a1f3f06bf07369e495f150e0c26f8b /profiles | |
parent | profiles/arch/riscv: more mask updates (diff) | |
download | gentoo-004d9ebd9fca5cbdd09d4f5b35943ef5270a2227.tar.gz gentoo-004d9ebd9fca5cbdd09d4f5b35943ef5270a2227.tar.bz2 gentoo-004d9ebd9fca5cbdd09d4f5b35943ef5270a2227.zip |
profiles/prefix/make.default: set TMPFILES_OPTIONAL to unbreak Prefix
systemd-tmpfiles isn't very friendly for non-Linux, that put aside,
tmpfiles aren't really used in Prefix; the host reboots, not the Prefix
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/make.defaults | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults index cf9a80a85256..d510dcaff271 100644 --- a/profiles/prefix/make.defaults +++ b/profiles/prefix/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Some USE-flags that only die-hards don't want: @@ -7,3 +7,8 @@ # ncurses: a nice working console drawing library # ssl: encrypted connections are a nice feature USE="readline zlib ncurses ssl" + +# disable tmpfiles eclass depending on virtual/tmpfiles, which currently +# only resolves to systemd-tmpfiles and that one isn't even close to +# compilation on non-Linux (musl already is a challenge). +TMPFILES_OPTIONAL=yes_please |