commit: 6512dba36e7378bcfd2b8cca3367b072ebe685a5 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Tue Aug 24 11:28:14 2021 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Tue Aug 24 11:33:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6512dba3
profiles/prefix/make.defaults: drop TMPFILES_OPTIONAL Obviously, metadata cache doesn't take the setting of this var into account, so cannot define it in the profile. Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/make.defaults | 5 ----- 1 file changed, 5 deletions(-) diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults index d510dcaff27..ae8d46ef32d 100644 --- a/profiles/prefix/make.defaults +++ b/profiles/prefix/make.defaults @@ -7,8 +7,3 @@ # 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
