diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-12-18 16:24:25 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-12-18 16:24:59 +0000 |
commit | 3a41b28c1480e5270e9a0d8546ee555239347e5a (patch) | |
tree | 6c9742733cff9593b3db9dc893e471b191693149 /profiles/common | |
parent | profiles/server: disable usb USE flag (diff) | |
download | portage-3a41b28c1480e5270e9a0d8546ee555239347e5a.tar.xz |
profiles/common: disable USE=bluetooth
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 18c1b40e..d50900f5 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} idn libidn2 ipv6 netlink ntp -tcpd -modemmanager -upnp" +USE="${USE} -bluetooth idn libidn2 ipv6 netlink ntp -tcpd -modemmanager -upnp" # Performance USE="${USE} jit mmap threads" |