Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Tue, 19 Feb 2019 11:32:27
Message-Id: 1550575903.f18abe30f0d97b077d4d29125f31abe4205e1a0a.ulm@gentoo
1 commit: f18abe30f0d97b077d4d29125f31abe4205e1a0a
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 19 11:31:43 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 19 11:31:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f18abe30
7
8 profiles: Add ACCEPT_LICENSE to info_vars.
9
10 Since the default is now defined in the base profile, add it to the
11 list for consistency with ACCEPT_KEYWORDS. (This doesn't make much
12 of a practical difference, because ACCEPT_LICENSE is hardcoded in
13 portage's action_info.)
14
15 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
16
17 profiles/info_vars | 1 +
18 1 file changed, 1 insertion(+)
19
20 diff --git a/profiles/info_vars b/profiles/info_vars
21 index 276494f1d95..1da785baaa4 100644
22 --- a/profiles/info_vars
23 +++ b/profiles/info_vars
24 @@ -3,6 +3,7 @@
25 ## portage as of 2.0.51-r5. They are sorted regardless of order here.
26 ##
27 ACCEPT_KEYWORDS
28 +ACCEPT_LICENSE
29 CC
30 CXX
31 CFLAGS