commit: 478c4b2551c95a958a202217a87bada5b31c50be Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 12 14:19:03 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 12 14:19:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=478c4b25
profiles/features/musl: unmask virtual/libcrypt:0/1 on musl Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 841a89963a48..8a5625dab7b6 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,7 +1,11 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Sam James <[email protected]> (2022-09-06) +# Sam James <[email protected]> (2022-09-12) +# The libxcrypt migration is optional for musl. +-virtual/libcrypt:0/1 + +# Sam James <[email protected]> (2022-09-12) # virtual/libcrypt-2 doesn't migrate anything on musl, # we need virtual/libcrypt-2-r1 for the libxcrypt migration there, so # avoid a useless rebuild, and ensure it happens at the right time instead.
