diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-04-19 17:01:29 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-04-19 17:01:29 +0100 |
commit | 401c414a4bb5cde7f9d07705d0eac689d9385843 (patch) | |
tree | a6358a3986b080856b7db3399cd023bc30a0687e /profiles | |
parent | profiles/server: Disable xv USE flag (diff) | |
download | portage-401c414a4bb5cde7f9d07705d0eac689d9385843.tar.xz |
profiles/server: Disable gstreamer USE flag
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/server/make.defaults | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/server/make.defaults b/profiles/server/make.defaults index 065f0973..708a6ce3 100644 --- a/profiles/server/make.defaults +++ b/profiles/server/make.defaults @@ -9,6 +9,9 @@ USE="-introspection -lua" # Graphic USE="${USE} -gtk -xv" +# Sound +USE="${USE} -gstreamer" + # Network USE="${USE} snmp -zeroconf" |