diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-05-12 18:55:02 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 00:21:09 +0100 |
commit | 9e2f322238b61a1c2bf1aba8a4cde958f0d01a69 (patch) | |
tree | c40f2e306660be2823a84ddcae6eb5a728fa31cb /profiles/desktop | |
parent | profiles/common: restore work tree factory-default permission (diff) | |
download | portage-9e2f322238b61a1c2bf1aba8a4cde958f0d01a69.tar.xz |
profiles/desktop: enable woff2 USE flag
Diffstat (limited to 'profiles/desktop')
-rw-r--r-- | profiles/desktop/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults index a7b9b207..bd18998d 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -24,7 +24,7 @@ USE="${USE} lvm" USE="${USE} brotli" # Fonts -USE="${USE} fontconfig harfbuzz" +USE="${USE} fontconfig harfbuzz woff2" # Programming languages USE="${USE} -fortran -java" |