diff options
-rw-r--r-- | profiles/releases/23.0/make.defaults | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/releases/23.0/make.defaults b/profiles/releases/23.0/make.defaults index fef59f9d407f..b6e766a3483b 100644 --- a/profiles/releases/23.0/make.defaults +++ b/profiles/releases/23.0/make.defaults @@ -1,6 +1,9 @@ # Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# This just makes sense nowadays, if only for distfiles... +USE="xz zstd" + # bug 831045 USE="${USE} -cli" |