diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-05-05 17:28:53 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-05-05 17:28:53 +0100 |
commit | 7fd94e055b51ed555c882ba67b17504a3c95d3e7 (patch) | |
tree | 2f76f7b70983ea493179feb58d950d21ef44b327 /profiles | |
parent | pants-on/base: Stable arm64 (diff) | |
download | portage-7fd94e055b51ed555c882ba67b17504a3c95d3e7.tar.xz |
profiles/common: Enable libidn2
Diffstat (limited to 'profiles')
-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 45a4b005..6069266b 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -40,7 +40,7 @@ USE="${USE} -nls" USE="${USE} logrotate syslog" # Network -USE="${USE} idn ipv6 netlink ntp -tcpd -modemmanager" +USE="${USE} idn libidn2 ipv6 netlink ntp -tcpd -modemmanager" # Performance USE="${USE} jit mmap" |