diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-07-27 11:15:24 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-08-21 01:05:31 +0100 |
commit | 989419926210af6ed18ad5403dfc48a73d2d2bac (patch) | |
tree | de5c500c8fac7a0083f7cd30147b61f95b6e266d /profiles/common | |
parent | profiles/raspberry-pi: add nginx keywords (diff) | |
download | portage-989419926210af6ed18ad5403dfc48a73d2d2bac.tar.xz |
profiles/common: disable USE=upnp by default
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 9895530d..98fea0df 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -46,7 +46,7 @@ USE="${USE} -nls" USE="${USE} logrotate syslog" # Network -USE="${USE} idn libidn2 ipv6 netlink ntp -tcpd -modemmanager" +USE="${USE} idn libidn2 ipv6 netlink ntp -tcpd -modemmanager -upnp" # Performance USE="${USE} jit mmap" |