Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/
Date: Tue, 24 Aug 2021 11:33:37
Message-Id: 1629804801.6512dba36e7378bcfd2b8cca3367b072ebe685a5.grobian@gentoo
1 commit: 6512dba36e7378bcfd2b8cca3367b072ebe685a5
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 24 11:28:14 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 24 11:33:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6512dba3
7
8 profiles/prefix/make.defaults: drop TMPFILES_OPTIONAL
9
10 Obviously, metadata cache doesn't take the setting of this var into
11 account, so cannot define it in the profile.
12
13 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
14
15 profiles/prefix/make.defaults | 5 -----
16 1 file changed, 5 deletions(-)
17
18 diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults
19 index d510dcaff27..ae8d46ef32d 100644
20 --- a/profiles/prefix/make.defaults
21 +++ b/profiles/prefix/make.defaults
22 @@ -7,8 +7,3 @@
23 # ncurses: a nice working console drawing library
24 # ssl: encrypted connections are a nice feature
25 USE="readline zlib ncurses ssl"
26 -
27 -# disable tmpfiles eclass depending on virtual/tmpfiles, which currently
28 -# only resolves to systemd-tmpfiles and that one isn't even close to
29 -# compilation on non-Linux (musl already is a challenge).
30 -TMPFILES_OPTIONAL=yes_please