commit: 1fb372b3e6d2f176b1d2647667803aa297b57a51 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 3 01:14:01 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 3 01:31:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb372b3
profiles/base: force >=dev-libs/protobuf-31.1[libupb] -libupb fails to build. Bug: https://github.com/protocolbuffers/protobuf/issues/20538 Closes: https://bugs.gentoo.org/957067 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.force | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index ba471f4ab919..5c168489169a 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,11 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2025-06-03) +# -libupb fails to build (bug #957067) +# https://github.com/protocolbuffers/protobuf/issues/20538 +>=dev-libs/protobuf-31.1 libupb + # Andreas Sturmlechner <[email protected]> (2025-05-13) # Force both "old" KWallet backend (now ksecretd service via IUSE keyring) # and the legacy KWalletAPI (via IUSE legacy-kwallet) until a (stable)
