summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2019-06-04 23:17:27 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2019-06-04 23:17:27 +0100
commitee9c09680c3e43d2cd95ea85fb431bb994c74ea1 (patch)
treef54c982007859ce965ef8209b6f4c80fafd09548 /profiles
parentnet-p2p/monero-gui: fix dependencies for qt 5.12 (diff)
downloadportage-ee9c09680c3e43d2cd95ea85fb431bb994c74ea1.tar.xz
profiles/common: Define ACCEPT_LICENSE
Diffstat (limited to 'profiles')
-rw-r--r--profiles/common/make.defaults3
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults
index 6089fc09..9895530d 100644
--- a/profiles/common/make.defaults
+++ b/profiles/common/make.defaults
@@ -1,5 +1,8 @@
ACCEPT_KEYWORDS="${ARCH}"
+ACCEPT_LICENSE="-* @FREE"
+ACCEPT_LICENSE="${ACCEPT_LICENSE} @BINARY-REDISTRIBUTABLE"
+
FEATURES="unknown-features-warn"
FEATURES="${FEATURES} sandbox ipc-sandbox mount-sandbox network-sandbox pid-sandbox"
FEATURES="${FEATURES} distlocks"