diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 13:54:56 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 13:54:56 +0100 |
commit | ee1874ff5657942f3b2405c37569ab138ea4b06c (patch) | |
tree | 5d8c78328a627ae714cee74de66d9d7bbabd6891 /profiles/desktop | |
parent | profiles/desktop: Disable upnp USE flag by default (diff) | |
download | portage-ee1874ff5657942f3b2405c37569ab138ea4b06c.tar.xz |
profiles/desktop: Disable ppp USE flag by default
Diffstat (limited to 'profiles/desktop')
-rw-r--r-- | profiles/desktop/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults index 5cac8ff6..54edb491 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -53,7 +53,7 @@ USE="${USE} aspell icu unicode spell" USE="${USE} webkit" # Network -USE="${USE} network -upnp bluetooth -ldap adns curl geoip mms rtmp rtsp telepathy smi" +USE="${USE} network -upnp -ppp bluetooth -ldap adns curl geoip mms rtmp rtsp telepathy smi" # Image codec USE="${USE} graphviz imagemagick jbig jpeg jp2k jpeg2k svg webp xft xpm" |