diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-04-27 21:01:25 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-04-27 21:01:25 +0100 |
commit | 30471b1fb0ca31821886746394988d7d5ba32454 (patch) | |
tree | d668d88a3955cac7fd646aea20b09014d902216c /profiles | |
parent | sys-kernel/stable-sources: add 6.8.8, drop 6.8.7 (diff) | |
download | portage-30471b1fb0ca31821886746394988d7d5ba32454.tar.xz |
profiles/common: enable USE=blake2
Diffstat (limited to 'profiles')
-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 c55ffd16..f29ca4af 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -30,7 +30,7 @@ USE="${USE} unicode" USE="${USE} lz4 lzma zstd" # Crypto -USE="${USE} -gnutls -nettle dane" +USE="${USE} -gnutls -nettle dane blake2" # Database USE="${USE} -berkdb -gdbm" |