diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-07-16 21:14:57 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-07-16 21:14:57 +0100 |
commit | 61018df96d3e73d780cd3f04352c1f2ec87a0842 (patch) | |
tree | fbea8c1ea95917b002b0c1d03e1351786d3e41c6 /profiles/common | |
parent | factory-default/net-misc/openssh: allow sk-ssh-ed25519@openssh.com (diff) | |
download | portage-61018df96d3e73d780cd3f04352c1f2ec87a0842.tar.xz |
profiles/common: disable USE=libproxy
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 845ddc6d..31a259a0 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -52,7 +52,7 @@ USE="${USE} -nls" USE="${USE} logrotate syslog" # Network -USE="${USE} -bluetooth idn libidn2 ipv6 netlink ntp -tcpd -modemmanager -upnp" +USE="${USE} -bluetooth idn libidn2 ipv6 netlink ntp -tcpd -modemmanager -upnp -libproxy" # Performance USE="${USE} jit mmap threads" |