commit: 33cd33cd8fccba7b9c4cdffdfc0b1b23226a2c7b Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu Jul 29 10:39:12 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jul 29 10:46:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33cd33cd
profiles: mask >=net-libs/mbedtls Bug: https://bugs.gentoo.org/805011 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index cac5efe8bf9..eb687ed0c20 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,11 @@ #--- END OF EXAMPLES --- +# Joonas Niilola <[email protected]> (2021-07-29) +# Upstream provided migration instructions from 2. -> 3. update, +# breaks if not all at least many revdeps. #805011 for tracker bug. +>=net-libs/mbedtls-3.0.0 + # Sam James <[email protected]> (2021-07-26) # Fails to build with GCC 11. No activity upstream. # Removal on 2021-08-26. bug #740536, bug #624746.
