diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-02-20 23:01:33 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-02-22 21:46:29 +0000 |
commit | 5dcd255e80425c74a2c96128dea3448c1c6c2431 (patch) | |
tree | 2e0fed74d0277e39f8ba109978e2c3f03545adf9 /profiles/desktop | |
parent | sys-kernel/stable-sources: add 6.1.13, drop 6.1.12 (diff) | |
download | portage-5dcd255e80425c74a2c96128dea3448c1c6c2431.tar.xz |
profiles: enable unicode by default
Diffstat (limited to 'profiles/desktop')
-rw-r--r-- | profiles/desktop/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults index f796be4e..0c9b740a 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -48,7 +48,7 @@ USE="${USE} -gles -gles2 -gnome -qt3support -qt5 -wxwidgets fbcon fbcondecor" USE="${USE} nls" # Coding -USE="${USE} aspell icu unicode spell" +USE="${USE} aspell icu spell" # Browsing USE="${USE} -flash webkit" |