From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C368B15808B for ; Wed, 14 Feb 2024 18:14:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEA2FE2A94; Wed, 14 Feb 2024 18:13:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 pigeon.gentoo.org (Postfix) with ESMTPS id 51A08E2A94 for ; Wed, 14 Feb 2024 18:13:53 +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 7F9EA343068 for ; Wed, 14 Feb 2024 18:13:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8889888 for ; Wed, 14 Feb 2024 18:13:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1707934422.1399601d3aa5c8fa01860dc24f79404a1a1b1e8f.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1399601d3aa5c8fa01860dc24f79404a1a1b1e8f X-VCS-Branch: master Date: Wed, 14 Feb 2024 18:13:50 +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: 0105375d-01ea-4aaa-b00d-aa3d79eb714e X-Archives-Hash: 5a93e0dce3a4c33f324e3c1ea5ef8047 commit: 1399601d3aa5c8fa01860dc24f79404a1a1b1e8f Author: Michał Górny gentoo org> AuthorDate: Wed Feb 14 17:52:54 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 14 18:13:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1399601d package.mask: Last rite dev-cpp/libodb{,-sqlite}, dev-util/build2 Bug: https://bugs.gentoo.org/924587 Signed-off-by: Michał Górny gentoo.org> profiles/package.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 2dfbee621601..1be742171bee 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,14 @@ #--- END OF EXAMPLES --- +# Michał Górny (2024-02-14) +# A NIH build system with no revdeps. Broken with ccache, clang +# and possibly more. Horrible bootstrap process. +# Removal on 2024-03-15. Bug #924587. +dev-cpp/libodb +dev-cpp/libodb-sqlite +dev-util/build2 + # Michał Górny (2024-02-10) # Very fragile, keeps breaking. Limited platform support. Used only # as an optional dependency for dev-python/ipykernel.