diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-12-18 02:02:45 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-12-18 02:03:06 +0000 |
commit | ca2aab25c9e6da5eb543e453e7d52519fffc7689 (patch) | |
tree | 6baf1bad735adf273d7921e6fabe01f822a8edd8 /profiles | |
parent | sys-kernel/stable-sources: add 6.0.13, drop 6.0.12 (diff) | |
download | portage-ca2aab25c9e6da5eb543e453e7d52519fffc7689.tar.xz |
profiles/server: disable usb USE flag
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 82e28d09..ca1b65a5 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" +USE="${USE} -doc -examples -mime -usb" # 23/65/2016 - beber # Setting L10N is non functional, need to expand manually |