diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-06-04 23:17:27 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-06-04 23:17:27 +0100 |
commit | ee9c09680c3e43d2cd95ea85fb431bb994c74ea1 (patch) | |
tree | f54c982007859ce965ef8209b6f4c80fafd09548 /profiles/common | |
parent | net-p2p/monero-gui: fix dependencies for qt 5.12 (diff) | |
download | portage-ee9c09680c3e43d2cd95ea85fb431bb994c74ea1.tar.xz |
profiles/common: Define ACCEPT_LICENSE
Diffstat (limited to 'profiles/common')
-rw-r--r-- | profiles/common/make.defaults | 3 |
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" |