Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/gentoo-news:master commit in: 2021-06-30-libxcrypt-migration/
Date: Thu, 01 Jul 2021 06:51:22
Message-Id: 1625122253.48149ddf9fcd870bb6ac09a5cd8ded10718f9024.sam@gentoo
1 commit: 48149ddf9fcd870bb6ac09a5cd8ded10718f9024
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 1 06:50:53 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 1 06:50:53 2021 +0000
6 URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=48149ddf
7
8 2021-06-30-libxcrypt-migration: change unmask instruction to use ~ operator
9
10 We changed the mask to use ~ for future flexibility.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 2021-06-30-libxcrypt-migration/2021-06-30-libxcrypt-migration.en.txt | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/2021-06-30-libxcrypt-migration/2021-06-30-libxcrypt-migration.en.txt b/2021-06-30-libxcrypt-migration/2021-06-30-libxcrypt-migration.en.txt
18 index 87cfd67..16b5596 100644
19 --- a/2021-06-30-libxcrypt-migration/2021-06-30-libxcrypt-migration.en.txt
20 +++ b/2021-06-30-libxcrypt-migration/2021-06-30-libxcrypt-migration.en.txt
21 @@ -40,7 +40,7 @@ of steps described on the wiki (see below), but the outline is:
22 * unforce the crypt USE flag of sys-libs/glibc and disable it
23 * unmask the system and split-usr (if applicable) USE flag of sys-libs/libxcrypt
24 and enable it
25 -* unmask >=virtual/libcrypt-2
26 +* unmask ~virtual/libcrypt-2
27
28 For more information, please see:
29 * https://wiki.gentoo.org/wiki/Project:Toolchain/libcrypt_implementation