diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 13:47:24 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 13:47:24 +0100 |
commit | 2ba4d7f49847975736de51fa67e6d0af970b1bb4 (patch) | |
tree | 67c2c6cd86f5eec5e330e1440bbe79f68175c365 | |
parent | profiles/common: Disable nullok USE flag for sys-auth/pambase (diff) | |
download | portage-2ba4d7f49847975736de51fa67e6d0af970b1bb4.tar.xz |
profiles/desktop: Reorg video and network USE flag
-rw-r--r-- | profiles/desktop/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults index 48a16f6a..cf3d6064 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -20,7 +20,7 @@ USE="${USE} gpg openssl urandom smime" # Misc USE="${USE} nsplugin utils" -USE="${USE} color network video" +USE="${USE} color" USE="${USE} -joystick" # Fonts @@ -51,7 +51,7 @@ USE="${USE} aspell icu unicode spell" USE="${USE} webkit" # Network -USE="${USE} -bluetooth -ldap adns curl geoip mms rtmp rtsp telepathy smi" +USE="${USE} network -bluetooth -ldap adns curl geoip mms rtmp rtsp telepathy smi" # Image codec USE="${USE} graphviz imagemagick jbig jpeg jp2k jpeg2k svg webp xft xpm" @@ -63,7 +63,7 @@ USE="${USE} alsa audioscrobbler gstreamer scrobbler" USE="${USE} a52 aacplus amr cdio cddb cdparanoia dirac faac gsm lame mp3 musepack mtp schroedinger shine sndfile speex twolame vorbis wavpack wma-fixed" # Video systems -USE="${USE} dga dvd vdpau xvmc" +USE="${USE} video dga dvd vdpau xvmc" # Video codec USE="${USE} ffmpeg matroska mp4 mpeg ogg ogm quicktime theora xine" |