summaryrefslogtreecommitdiff
path: root/profiles/base/make.defaults
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-06-02 21:45:28 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-06-02 21:45:28 +0100
commit2018227e9344edb9da15fc6a4a8298086cc2aa77 (patch)
treec18e1c09e605e94e2a1e93345ad25746cc9e14b9 /profiles/base/make.defaults
parent6f8038813c460b4f0572d5ef595cdfa94af3a94d (diff)
gentoo resync : 02.06.2019
Diffstat (limited to 'profiles/base/make.defaults')
-rw-r--r--profiles/base/make.defaults7
1 files changed, 4 insertions, 3 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 2ffb8d9669ea..053b0e4ac859 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -52,8 +52,9 @@ KERNEL="linux"
USERLAND="GNU"
INPUT_DEVICES="keyboard mouse"
-# 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"
# Tomáš Chvátal <scarabeus@gentoo.org> (23 Mar 2013)
# By default enable libreoffice implementation only.
@@ -153,7 +154,7 @@ TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE="1"
# Aaron W. Swenson <titanofold@gentoo.org> (9 Jul 2017)
# Default target(s) for postgres{,-multi}.eclass
-POSTGRES_TARGETS="postgres9_5 postgres10"
+POSTGRES_TARGETS="postgres10 postgres11"
# Michael Orlitzky <mjo@gentoo.org> (17 Nov 2017)
#