summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2024-04-27 21:01:25 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2024-04-27 21:01:25 +0100
commit30471b1fb0ca31821886746394988d7d5ba32454 (patch)
treed668d88a3955cac7fd646aea20b09014d902216c /profiles
parentsys-kernel/stable-sources: add 6.8.8, drop 6.8.7 (diff)
downloadportage-30471b1fb0ca31821886746394988d7d5ba32454.tar.xz
profiles/common: enable USE=blake2
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 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"