diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-05-19 20:43:39 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-05-23 18:26:17 +0200 |
commit | e511ce7d2f3b415ab9f2d3489383acaad1f12dfd (patch) | |
tree | e86ceec03272deca0f6dc8bf0dc30944aa7e87cb /profiles/embedded | |
parent | net-vpn/tor: add 0.4.1.1_alpha, new alpha branch (diff) | |
download | gentoo-e511ce7d2f3b415ab9f2d3489383acaad1f12dfd.tar.gz gentoo-e511ce7d2f3b415ab9f2d3489383acaad1f12dfd.tar.bz2 gentoo-e511ce7d2f3b415ab9f2d3489383acaad1f12dfd.zip |
profiles: Change ACCEPT_LICENSE default to @FREE.
As decided by the Gentoo Council in its 2019-02-10 meeting:
'The default ACCEPT_LICENSE should be ACCEPT_LICENSE="@FREE"
(subject to implementation details in further vote).'
Closes: https://bugs.gentoo.org/676248
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'profiles/embedded')
-rw-r--r-- | profiles/embedded/make.defaults | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults index a00f6334f287..3382ca7db562 100644 --- a/profiles/embedded/make.defaults +++ b/profiles/embedded/make.defaults @@ -40,5 +40,6 @@ USE_EXPAND_HIDDEN="USERLAND KERNEL ELIBC ABI_MIPS ABI_PPC ABI_S390 ABI_X86 CPU_F # and not by user configuration files. PROFILE_ONLY_VARIABLES="IUSE_IMPLICIT USERLAND USE_EXPAND_IMPLICIT USE_EXPAND_UNPREFIXED USE_EXPAND_VALUES_ARCH USE_EXPAND_VALUES_ELIBC USE_EXPAND_VALUES_KERNEL USE_EXPAND_VALUES_USERLAND" -# Accept any license except those in the EULA license group. -ACCEPT_LICENSE="* -@EULA" +# Accept only licenses in the FREE license group, i.e., with +# the freedom to use, share, modify and share modifications +ACCEPT_LICENSE="-* @FREE" |