commit: dd4520d0493793c95dcfd23d0c10adc2cbc4b79a Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Wed Nov 6 20:07:01 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Wed Nov 6 20:10:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4520d0
profiles/base/package.use.force: use.force glibc[crypt] This will allow dropping bundled crypt by early adopters. Bug: https://bugs.gentoo.org/699422 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> profiles/base/package.use.force | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index e64b86353b9..01566e79268 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,13 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sergei Trofimovich <[email protected]> (2019-11-06) +# Upstream plans to drop libcrypt.so.1/crypt.h from glibc +# distribution and rely on external providers lke libxcrypt. +# Gentoo will follow the suit but today we are not ready. +# Unmask at your risk. Bug #699422 tracks the effort. +sys-libs/glibc crypt + # Matt Turner <[email protected]> (2019-09-01) # <dev-scheme/guile-2 is package.mask'd, so force USE=guile2 media-sound/lilypond guile2
