summaryrefslogtreecommitdiff
path: root/profiles/common
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2019-09-09 20:36:01 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2019-09-09 20:36:01 +0100
commitd28434ceeed7e6fad361b608386f91146b62a8ee (patch)
treed0a602d41cd0e0493b361fcf1ac6c2fac0a7bdbc /profiles/common
parentfactory-default/sys-boot/grub: Disable grub-mkconfig (diff)
downloadportage-d28434ceeed7e6fad361b608386f91146b62a8ee.tar.xz
profiles: remove lz4 and lzo from default USE flags
Diffstat (limited to 'profiles/common')
-rw-r--r--profiles/common/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults
index 51e3e9fb..f37bbfc5 100644
--- a/profiles/common/make.defaults
+++ b/profiles/common/make.defaults
@@ -22,7 +22,7 @@ CPU_FLAGS_X86="${CPU_FLAGS_X86} mmx mmxext sse sse2"
USE="-unicode"
# Compression
-USE="${USE} lz4 lzo lzma"
+USE="${USE} lz4"
# Crypto
USE="${USE} -gnutls -nettle"