summaryrefslogtreecommitdiff
path: root/profiles/desktop
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2021-06-02 22:41:11 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2021-06-02 23:10:00 +0100
commite83211f54e9dae1a528d7884cb1311244da61da3 (patch)
tree2659c5cf33b4273dc1bb7f5699dc3e8001b19fa1 /profiles/desktop
parentprofiles: use default lua (diff)
downloadportage-e83211f54e9dae1a528d7884cb1311244da61da3.tar.xz
profiles/desktop: enable lzo and lzma USE flag
Diffstat (limited to 'profiles/desktop')
-rw-r--r--profiles/desktop/make.defaults3
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults
index 676c8f99..2bcee55d 100644
--- a/profiles/desktop/make.defaults
+++ b/profiles/desktop/make.defaults
@@ -29,6 +29,9 @@ USE="${USE} fontconfig fontforge harfbuzz woff2"
# Programming languages
USE="${USE} -fortran -java"
+ # Compression
+USE="${USE} lzo lzma"
+
# Print
USE="${USE} cups"