summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-05-19 22:54:00 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-05-19 23:05:10 +0200
commit16ffd91a723a52836baa7598ae870e485c75a014 (patch)
tree1eba23b7405f065f9cad1664f26bcad376678f81 /profiles/base
parentmedia-gfx/hugin: amd64 stable wrt bug #684990 (diff)
downloadgentoo-16ffd91a723a52836baa7598ae870e485c75a014.tar.gz
gentoo-16ffd91a723a52836baa7598ae870e485c75a014.tar.bz2
gentoo-16ffd91a723a52836baa7598ae870e485c75a014.zip
Revert "profiles: Change ACCEPT_LICENSE default to @FREE."
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>
Diffstat (limited to 'profiles/base')
-rw-r--r--profiles/base/make.defaults5
1 files changed, 2 insertions, 3 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index e6652a62610d..2ffb8d9669ea 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -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.