diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-02-14 02:34:19 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-02-14 02:34:19 +0000 |
commit | 0fe8566064bb5e04e707d1ed68caffaf19103d1d (patch) | |
tree | 506028d64c58ebbc52fba01ff196d116472fe73d /profiles | |
parent | profiles/common: drop unneeded /usr/share/emacs (diff) | |
download | portage-0fe8566064bb5e04e707d1ed68caffaf19103d1d.tar.xz |
profiles/common: disable USE=ftp
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 2a73b7a5..4521a170 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -51,7 +51,7 @@ USE="${USE} -nls" USE="${USE} logrotate syslog" # Network -USE="${USE} -bluetooth idn libidn2 ipv6 netlink ntp -tcpd -modemmanager -upnp -libproxy" +USE="${USE} -bluetooth -ftp idn libidn2 ipv6 netlink ntp -tcpd -modemmanager -upnp -libproxy" # Performance USE="${USE} jit mmap threads" |