diff options
author | Sam James <sam@gentoo.org> | 2022-11-22 00:02:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-22 00:02:40 +0000 |
commit | b327f3dd3476502e30f395326dc2cf3e050e8ed3 (patch) | |
tree | 13b04c7395d80ed22db4d0c255273c754bdc7671 /profiles/releases | |
parent | profiles: Unmask net-libs/libsoup:3.0 and reverse dependencies (diff) | |
download | gentoo-b327f3dd3476502e30f395326dc2cf3e050e8ed3.tar.gz gentoo-b327f3dd3476502e30f395326dc2cf3e050e8ed3.tar.bz2 gentoo-b327f3dd3476502e30f395326dc2cf3e050e8ed3.zip |
profiles/releases/23.0: fix xz -> lzma typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/releases')
-rw-r--r-- | profiles/releases/23.0/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/releases/23.0/make.defaults b/profiles/releases/23.0/make.defaults index b6e766a3483b..7cd1e30dc0a3 100644 --- a/profiles/releases/23.0/make.defaults +++ b/profiles/releases/23.0/make.defaults @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This just makes sense nowadays, if only for distfiles... -USE="xz zstd" +USE="lzma zstd" # bug 831045 USE="${USE} -cli" |