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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C4391580EB for ; Mon, 26 May 2025 02:18:03 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EA9093430E0 for ; Mon, 26 May 2025 02:18:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DA6E5110276; Mon, 26 May 2025 02:18:01 +0000 (UTC) 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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id CE575110276 for ; Mon, 26 May 2025 02:18:01 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80AA2343087 for ; Mon, 26 May 2025 02:18:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E647718B2 for ; Mon, 26 May 2025 02:17:59 +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: <1748225822.b3b782520fb7cea2a30b103bf314ccb35953f35a.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: b3b782520fb7cea2a30b103bf314ccb35953f35a X-VCS-Branch: master Date: Mon, 26 May 2025 02:17:59 +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: 34d7e5c6-ad9e-4756-9e6a-2284b13fd1be X-Archives-Hash: 6cdd0d94438fa053663fe9ec2cb59d6b commit: b3b782520fb7cea2a30b103bf314ccb35953f35a Author: Sam James gentoo org> AuthorDate: Mon May 26 02:17:02 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 26 02:17:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b78252 profiles: mask dev-cpp/glog-0.7.1 It breaks a few reverse dependencies and is abandoned upstream. I get the impression that nobody else has adopted 0.7.x, maybe in part because of this. Bug: https://bugs.gentoo.org/956628 Signed-off-by: Sam James gentoo.org> profiles/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 37c6beb7678a..5b957c11c25d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,6 +36,10 @@ #--- END OF EXAMPLES --- +# Sam James (2025-05-26) +# Breaks some reverse dependencies and is abandoned upstream (bug #956628). +=dev-cpp/glog-0.7.1 + # Nowa Ammerlaan (2025-05-25) # Archived upstream and no longer builds with modern compilers. # Bugs #956601, #930253