commit: 93594f0073886e65d2b79090b30ff2832a63e8c1 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Tue Jun 15 14:59:35 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Jun 15 14:59:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93594f00
profiles: [QA] mask broken sys-apps/fwupd-1.6.x bump Missing a critical dependency. Bug: https://bugs.gentoo.org/791835 Bug: https://bugs.gentoo.org/791307 Signed-off-by: David Seifert <soap <AT> gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index aee0d53abf0..0655e567db7 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,12 @@ #--- END OF EXAMPLES --- +# David Seifert <[email protected]> (2021-07-15) +# New versions >=1.6.0 are broken at runtime because +# of a missing new dependency. +# bug #791835, bug #791307. +>=sys-apps/fwupd-1.6.0 + # Davide Pesavento <[email protected]> (2021-06-15) # Masked for revdep testing. >=dev-python/sip-6
