Revert "profiles: Change ACCEPT_LICENSE default to @FREE."
authorThomas Deutschmann <whissi@gentoo.org>
Sun, 19 May 2019 20:54:00 +0000 (22:54 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sun, 19 May 2019 21:05:10 +0000 (23:05 +0200)
This reverts commit d82b624db1131d0c392d21c76dbcb084612521be.

Reverted to work on better user experience for existing systems:
Users are currently only prompted to accept licenses when installing
packages, not when updating already installed packages using licenses
which were covered by previous ACCEPT_LICENSE value and are now
missing (unaccepted by default).

Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
profiles/base/make.defaults
profiles/embedded/make.defaults

index e6652a62610dad4e5769cdf6efc3656058271385..2ffb8d9669eae1a4749a9aed6b60989e5a3758bd 100644 (file)
@@ -52,9 +52,8 @@ KERNEL="linux"
 USERLAND="GNU"
 INPUT_DEVICES="keyboard mouse"
 
-# Accept only licenses in the FREE license group, i.e., with
-# the freedom to use, share, modify and share modifications
-ACCEPT_LICENSE="-* @FREE"
+# Accept any license except those in the EULA license group.
+ACCEPT_LICENSE="* -@EULA"
 
 # Tomáš Chvátal <scarabeus@gentoo.org> (23 Mar 2013)
 # By default enable libreoffice implementation only.
index 3382ca7db562f0bda1b675062b20326027bf1461..a00f6334f2876ba42b8301c5110eb21ae42c1cfa 100644 (file)
@@ -40,6 +40,5 @@ 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 only licenses in the FREE license group, i.e., with
-# the freedom to use, share, modify and share modifications
-ACCEPT_LICENSE="-* @FREE"
+# Accept any license except those in the EULA license group.
+ACCEPT_LICENSE="* -@EULA"