summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2023-02-25 11:58:09 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2023-02-25 11:58:39 +0000
commit1317b274b9731e764f80f3ddc9b42433db2eff33 (patch)
treea79d82dde329b261df2dd4d2e1e6c514b2493f95 /profiles
parentprofiles: enable unicode by default (diff)
downloadportage-1317b274b9731e764f80f3ddc9b42433db2eff33.tar.xz
profiles/common: enable USE=dane
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 0b65af75..7e9480d0 100644
--- a/profiles/common/make.defaults
+++ b/profiles/common/make.defaults
@@ -31,7 +31,7 @@ USE="${USE} unicode"
USE="${USE} lz4 zstd"
# Crypto
-USE="${USE} -gnutls -nettle"
+USE="${USE} -gnutls -nettle dane"
# Database
USE="${USE} -berkdb -gdbm"