diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-01-20 23:58:11 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-01-20 23:58:11 +0000 |
commit | 6a8a2f3b2cfcd79045733a97ca83c5fde1dd953f (patch) | |
tree | f23c3ecd5504dc15081dda4cb55e7930a78ef77a /profiles | |
parent | profiles/common: enable USE=lvm (diff) | |
download | portage-6a8a2f3b2cfcd79045733a97ca83c5fde1dd953f.tar.xz |
profiles/server: disable USE=sound
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/server/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/server/make.defaults b/profiles/server/make.defaults index ca1b65a5..d00df1bf 100644 --- a/profiles/server/make.defaults +++ b/profiles/server/make.defaults @@ -22,7 +22,7 @@ USE="${USE} seccomp" USE="${USE} aio" # Misc -USE="${USE} -doc -examples -mime -usb" +USE="${USE} -doc -examples -mime -usb -sound" # 23/65/2016 - beber # Setting L10N is non functional, need to expand manually |