summaryrefslogtreecommitdiff
path: root/profiles/server
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2015-04-19 17:01:29 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2015-04-19 17:01:29 +0100
commit401c414a4bb5cde7f9d07705d0eac689d9385843 (patch)
treea6358a3986b080856b7db3399cd023bc30a0687e /profiles/server
parentprofiles/server: Disable xv USE flag (diff)
downloadportage-401c414a4bb5cde7f9d07705d0eac689d9385843.tar.xz
profiles/server: Disable gstreamer USE flag
Diffstat (limited to 'profiles/server')
-rw-r--r--profiles/server/make.defaults3
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"