diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-08-24 13:28:14 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-08-24 13:33:21 +0200 |
commit | 6512dba36e7378bcfd2b8cca3367b072ebe685a5 (patch) | |
tree | 6864e8ec4735785cac2ae70119e5b55e62d7472d /profiles | |
parent | app-emulation/docker-compose: fix setuptools dependency (diff) | |
download | gentoo-6512dba36e7378bcfd2b8cca3367b072ebe685a5.tar.gz gentoo-6512dba36e7378bcfd2b8cca3367b072ebe685a5.tar.bz2 gentoo-6512dba36e7378bcfd2b8cca3367b072ebe685a5.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/make.defaults | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults index d510dcaff271..ae8d46ef32d6 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 |