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 AC38E15800F for ; Sat, 28 Jan 2023 14:14:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA242E0869; Sat, 28 Jan 2023 14:14:34 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 9FB1CE0869 for ; Sat, 28 Jan 2023 14:14:34 +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 A5C8F340E97 for ; Sat, 28 Jan 2023 14:14:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C67A8807 for ; Sat, 28 Jan 2023 14:14:30 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1674915221.0892cf904167c811b7ac1c45f392ade6213618d3.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0892cf904167c811b7ac1c45f392ade6213618d3 X-VCS-Branch: master Date: Sat, 28 Jan 2023 14:14:30 +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: 905ab20c-74c7-4121-8b81-1c17ccdb9563 X-Archives-Hash: c68d936c4d30cd555ae543c5c62af92f commit: 0892cf904167c811b7ac1c45f392ade6213618d3 Author: Bernd Waibel posteo net> AuthorDate: Sat Jan 28 13:55:50 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Jan 28 14:13:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0892cf90 profiles/base/package.use.mask: mask debug USE flag for sci-libs/vtk The use flag has some issues building, adds an additional layer of complexity and it's advantage is uncertain. It needs some love to get the cmake options attached to it right and see, if some of them need additional guards related to use flags in use. We might also decide to remove this use flag completely in the future. Closes: https://bugs.gentoo.org/891829 Signed-off-by: Bernd Waibel posteo.net> Closes: https://github.com/gentoo/gentoo/pull/29236 Signed-off-by: Andrew Ammerlaan gentoo.org> profiles/base/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index f684c5de48a9..c3f8b6eb7b9c 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Bernd Waibel (2023-01-28) +# Has some issues building and needs some love first. +# Bug #891829 +# https://github.com/gentoo/gentoo/pull/29236#issuecomment-1407373536 +sci-libs/vtk debug + # Michał Górny (2023-01-21) # media-libs/libextractor is masked for removal. media-plugins/vdr-xineliboutput libextractor