summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2020-03-28 15:14:05 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2020-03-28 15:14:35 +0000
commit6e59aa975ba0fa9f6a01fcd9d11c5e3a03a5798d (patch)
treee7725faaf89618fb569274625a0097c8b3b1a9d2 /profiles
parenteclass/linux-build: copy config before running oldconfig (diff)
downloadportage-6e59aa975ba0fa9f6a01fcd9d11c5e3a03a5798d.tar.xz
profiles: enable brotli USE flag
Diffstat (limited to 'profiles')
-rw-r--r--profiles/common/package.use1
-rw-r--r--profiles/desktop/make.defaults1
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"