summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2024-04-14 21:06:29 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2024-04-14 21:06:29 +0100
commit372f6c4951c2e1df94b40381736d9a40c3c369f2 (patch)
tree52364f516910f97f0f257e8f4d0bc01c6c99e983 /profiles
parentsys-kernel/stable-sources: add 6.8.6, drop 6.8.5 (diff)
downloadportage-372f6c4951c2e1df94b40381736d9a40c3c369f2.tar.xz
profiles/common: enable USE=lzma
Diffstat (limited to 'profiles')
-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 bdf06c4f..c55ffd16 100644
--- a/profiles/common/make.defaults
+++ b/profiles/common/make.defaults
@@ -27,7 +27,7 @@ USE="${USE} -fortran -lapack"
USE="${USE} unicode"
# Compression
-USE="${USE} lz4 zstd"
+USE="${USE} lz4 lzma zstd"
# Crypto
USE="${USE} -gnutls -nettle dane"