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 8F3CC159C96 for ; Tue, 30 Jul 2024 08:25:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEBC02BC01B; Tue, 30 Jul 2024 08:25:40 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A14BB2BC01B for ; Tue, 30 Jul 2024 08:25:40 +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 AA65D335C36 for ; Tue, 30 Jul 2024 08:25:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C0DB1D87 for ; Tue, 30 Jul 2024 08:25:38 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1722327846.02319b9ae910271a2fac2ae58c2aac12c1b4a60d.ulm@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: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 02319b9ae910271a2fac2ae58c2aac12c1b4a60d X-VCS-Branch: master Date: Tue, 30 Jul 2024 08:25:38 +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: e770ee4e-3ba2-4515-804b-b16d224a25b2 X-Archives-Hash: 161911f33c5f9f42a558a1a0089dbf04 commit: 02319b9ae910271a2fac2ae58c2aac12c1b4a60d Author: Ulrich Müller gentoo org> AuthorDate: Tue Jul 30 08:24:06 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jul 30 08:24:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02319b9a profiles: Mask media-libs/libv4l-1.28.1 Signed-off-by: Ulrich Müller gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 6140c590e025..382b703610ba 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Ulrich Müller (2024-07-30) +# With USE="qt5 -qt6", blocks dev-qt/qtbase:6, apparently because +# the build system is broken and has no option to override +# autodetection of the Qt version. +=media-libs/libv4l-1.28.1 + # James Le Cuirot (2024-07-29) # Superseded by media-libs/libv4l[utils]. # Removal on 2024-08-29. Bug #936674.