diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-02-25 11:58:09 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-02-25 11:58:39 +0000 |
commit | 1317b274b9731e764f80f3ddc9b42433db2eff33 (patch) | |
tree | a79d82dde329b261df2dd4d2e1e6c514b2493f95 /profiles/common | |
parent | profiles: enable unicode by default (diff) | |
download | portage-1317b274b9731e764f80f3ddc9b42433db2eff33.tar.xz |
profiles/common: enable USE=dane
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 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" |