diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-24 22:40:29 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:18:58 +0100 |
commit | bcfbdd9927dd74a189122e33c5ff20b0158c4a77 (patch) | |
tree | 2af847bead481ed037bc5166e414454e95cb426c | |
parent | profiles/bootstrap: remove virtual/modutils (diff) | |
download | portage-bcfbdd9927dd74a189122e33c5ff20b0158c4a77.tar.xz |
profiles/common: disable cdr USE flag
-rw-r--r-- | profiles/common/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults index 9e3bbecb..de424265 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -68,7 +68,7 @@ USE="${USE} -alsa" USE="${USE} offensive -accessibility -smartcard" # Multimedia -USE="${USE} -libav" +USE="${USE} -libav -cdr" # webapp eclass # Do not install webapp anywhere by default |