From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A0EC61581EE for ; Sat, 05 Apr 2025 08:51:19 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 64F2C3432E6 for ; Sat, 05 Apr 2025 08:51:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 464691102CE; Sat, 05 Apr 2025 08:51:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3A91D1102CE for ; Sat, 05 Apr 2025 08:51:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3D873432F5 for ; Sat, 05 Apr 2025 08:51:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C9A81436 for ; Sat, 05 Apr 2025 08:51:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1743843059.d18e9a63ae313b9e82e8c6da7296c69c9e7de909.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d18e9a63ae313b9e82e8c6da7296c69c9e7de909 X-VCS-Branch: master Date: Sat, 05 Apr 2025 08:51:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e3eb19da-71e0-4c10-bf0a-fb424a4784fb X-Archives-Hash: 1f8373a185257dab535c4b069410ebd7 commit: d18e9a63ae313b9e82e8c6da7296c69c9e7de909 Author: Sam James gentoo org> AuthorDate: Sat Apr 5 08:50:41 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 5 08:50:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d18e9a63 profiles: mask new protobuf/abseil Bug: https://bugs.gentoo.org/953138 Bug: https://bugs.gentoo.org/953140 Bug: https://bugs.gentoo.org/953141 Signed-off-by: Sam James gentoo.org> profiles/package.mask | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index fbd263526c4c..dc1e76837517 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,20 @@ #--- END OF EXAMPLES --- +# Sam James (2025-04-05) +# New abseil/protobuf breaks too much: +# * net-libs/grpc (bug #953141) +# * media-libs/opencv (bug #953138) +# * dev-libs/protobuf (bug #953140) +=dev-cpp/abseil-cpp-20250127.0* +=dev-cpp/abseil-cpp-20240722.1* +=dev-cpp/abseil-cpp-20240116.3* +=dev-cpp/abseil-cpp-20230802.3* +=dev-libs/protobuf-30* +=dev-ruby/google-protobuf-4.30* +=dev-java/protobuf-java-4.30* +=dev-python/protobuf-6.30* + # Arthur Zamarin (2025-04-04) # Temporary mask until handled the usage of shorter SLOT. # Bugs #953127, #953103.