diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-02-19 12:31:43 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-02-19 12:31:43 +0100 |
commit | f18abe30f0d97b077d4d29125f31abe4205e1a0a (patch) | |
tree | 5d242889d52497224dcc7f3ccd1617cc1145dc86 /profiles/info_vars | |
parent | net-wireless/hostapd: 9999: drop unused inherit eutils (diff) | |
download | gentoo-f18abe30f0d97b077d4d29125f31abe4205e1a0a.tar.gz gentoo-f18abe30f0d97b077d4d29125f31abe4205e1a0a.tar.bz2 gentoo-f18abe30f0d97b077d4d29125f31abe4205e1a0a.zip |
profiles: Add ACCEPT_LICENSE to info_vars.
Since the default is now defined in the base profile, add it to the
list for consistency with ACCEPT_KEYWORDS. (This doesn't make much
of a practical difference, because ACCEPT_LICENSE is hardcoded in
portage's action_info.)
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'profiles/info_vars')
-rw-r--r-- | profiles/info_vars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/info_vars b/profiles/info_vars index 276494f1d958..1da785baaa46 100644 --- a/profiles/info_vars +++ b/profiles/info_vars @@ -3,6 +3,7 @@ ## portage as of 2.0.51-r5. They are sorted regardless of order here. ## ACCEPT_KEYWORDS +ACCEPT_LICENSE CC CXX CFLAGS |