diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-04-14 21:06:29 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-04-14 21:06:29 +0100 |
commit | 372f6c4951c2e1df94b40381736d9a40c3c369f2 (patch) | |
tree | 52364f516910f97f0f257e8f4d0bc01c6c99e983 /profiles/common | |
parent | sys-kernel/stable-sources: add 6.8.6, drop 6.8.5 (diff) | |
download | portage-372f6c4951c2e1df94b40381736d9a40c3c369f2.tar.xz |
profiles/common: enable USE=lzma
Diffstat (limited to 'profiles/common')
-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 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" |