summaryrefslogtreecommitdiff
path: root/profiles/common
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2023-02-20 23:01:33 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2023-02-22 21:46:29 +0000
commit5dcd255e80425c74a2c96128dea3448c1c6c2431 (patch)
tree2e0fed74d0277e39f8ba109978e2c3f03545adf9 /profiles/common
parentsys-kernel/stable-sources: add 6.1.13, drop 6.1.12 (diff)
downloadportage-5dcd255e80425c74a2c96128dea3448c1c6c2431.tar.xz
profiles: enable unicode by default
Diffstat (limited to 'profiles/common')
-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 228da016..0b65af75 100644
--- a/profiles/common/make.defaults
+++ b/profiles/common/make.defaults
@@ -25,7 +25,7 @@ USE="verify-sig"
USE="${USE} -fortran"
# Charset
-USE="${USE} -unicode"
+USE="${USE} unicode"
# Compression
USE="${USE} lz4 zstd"