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 | |
parent | eclass/linux-build: copy config before running oldconfig (diff) | |
download | portage-6e59aa975ba0fa9f6a01fcd9d11c5e3a03a5798d.tar.xz |
profiles: enable brotli USE flag
-rw-r--r-- | profiles/common/package.use | 1 | ||||
-rw-r--r-- | profiles/desktop/make.defaults | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/profiles/common/package.use b/profiles/common/package.use index 3bd18d2e..e5cfaea0 100644 --- a/profiles/common/package.use +++ b/profiles/common/package.use @@ -131,3 +131,4 @@ net-misc/curl alt-svc sys-apps/kmod pkcs7 net-misc/curl http2 sys-apps/shadow bcrypt +net-misc/curl brotli 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" |