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 | |
parent | profiles/raspberry-pi: add nginx keywords (diff) | |
download | portage-989419926210af6ed18ad5403dfc48a73d2d2bac.tar.xz |
profiles/common: disable USE=upnp by default
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/common/make.defaults | 2 | ||||
-rw-r--r-- | profiles/desktop/make.defaults | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults index 3ba88004..b6904260 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -50,7 +50,7 @@ USE="${USE} aspell icu unicode spell" USE="${USE} -flash webkit" # Network -USE="${USE} network -upnp -ppp bluetooth connman -ldap adns curl jingle http geoip mms rtmp rtsp telepathy smi wifi -wext" +USE="${USE} network -ppp bluetooth connman -ldap adns curl jingle http geoip mms rtmp rtsp telepathy smi wifi -wext" # Image codec USE="${USE} graphviz imagemagick jbig jpeg jp2k jpeg2k svg webp xft xpm" |