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 | |
parent | sys-kernel/stable-sources: add 6.1.13, drop 6.1.12 (diff) | |
download | portage-5dcd255e80425c74a2c96128dea3448c1c6c2431.tar.xz |
profiles: enable unicode by default
-rw-r--r-- | profiles/common/make.defaults | 2 | ||||
-rw-r--r-- | profiles/desktop/make.defaults | 2 | ||||
-rw-r--r-- | profiles/server/package.use | 5 |
3 files changed, 3 insertions, 6 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" 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" diff --git a/profiles/server/package.use b/profiles/server/package.use index 5542d9be..062a230c 100644 --- a/profiles/server/package.use +++ b/profiles/server/package.use @@ -4,7 +4,7 @@ app-eselect/eselect-php apache2 fpm app-emulation/libvirt -vepa -macvtap lvm qemu -lxc udev python app-emulation/qemu -spice fdt -dev-lang/php apache2 cli fpm mysql mysqli mysqlnd curl gd sqlite3 truetype unicode pcntl pdo session sqlite unicode xml xmlreader xmlwriter xslt -snmp -threads +dev-lang/php apache2 cli fpm mysql mysqli mysqlnd curl gd sqlite3 truetype pcntl pdo session sqlite xml xmlreader xmlwriter xslt -snmp -threads mail-mta/exim -X -dkim dnsdb exiscan-acl lmtp maildir spf srs @@ -67,6 +67,3 @@ app-antivirus/clamav system-libmspack www-servers/apache -suexec -suexec-caps -suexec-syslog sys-boot/grub:2 -fonts -themes - -# required by dev-lang/php -dev-libs/libpcre2 unicode |