commit: b327f3dd3476502e30f395326dc2cf3e050e8ed3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 00:02:40 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 00:02:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b327f3dd
profiles/releases/23.0: fix xz -> lzma typo
Signed-off-by: Sam James <sam <AT> gentoo.org>
profiles/releases/23.0/make.defaults | 4 ++--
1 file 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"