diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-03-28 15:14:05 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-03-28 15:14:35 +0000 |
commit | 6e59aa975ba0fa9f6a01fcd9d11c5e3a03a5798d (patch) | |
tree | e7725faaf89618fb569274625a0097c8b3b1a9d2 /profiles/desktop | |
parent | eclass/linux-build: copy config before running oldconfig (diff) | |
download | portage-6e59aa975ba0fa9f6a01fcd9d11c5e3a03a5798d.tar.xz |
profiles: enable brotli USE flag
Diffstat (limited to 'profiles/desktop')
-rw-r--r-- | profiles/desktop/make.defaults | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults index 17f71816..2f114db3 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -21,6 +21,7 @@ USE="${USE} color" USE="${USE} vim" USE="${USE} -joystick" USE="${USE} lvm" +USE="${USE} brotli" # Fonts USE="${USE} fontconfig harfbuzz" |