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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 814C915806E for ; Mon, 29 May 2023 20:48:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEBAEE0976; Mon, 29 May 2023 20:48:00 +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 9E432E0976 for ; Mon, 29 May 2023 20:48:00 +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 8C7483410FB for ; Mon, 29 May 2023 20:47:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F848A6C for ; Mon, 29 May 2023 20:47:57 +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: <1685393200.2c2e53c6b731ad88f9488e5ab3649b79ce170d85.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: 2c2e53c6b731ad88f9488e5ab3649b79ce170d85 X-VCS-Branch: master Date: Mon, 29 May 2023 20:47:57 +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: 03e6d3ab-c0ac-45ed-82b8-4501a41d67f6 X-Archives-Hash: 79a990a4e8910c18be6cbcded8e99465 commit: 2c2e53c6b731ad88f9488e5ab3649b79ce170d85 Author: Sam James gentoo org> AuthorDate: Mon May 29 20:46:40 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 29 20:46:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2e53c6 profiles: unmask ffmpeg-5 But shift the mask to ffmpeg-6. Lets us coalesce rebuilds for users who just managed to upgrade openssl because of Ruby default changing (e.g. all GNOME users). Bug: https://bugs.gentoo.org/831437 Bug: https://bugs.gentoo.org/901257 Signed-off-by: Sam James gentoo.org> profiles/package.mask | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 3fef0ce202f5..a4a3089a2864 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,10 @@ #--- END OF EXAMPLES --- +# Sam James (2023-05-29) +# Masked until enough reverse dependencies are fixed, bug #901257. +=media-video/ffmpeg-6* + # Ionen Wolkens (2023-05-28) # Both versions are affected by notable regressions, i.e. 2.8.5 # leaves 100% cpu processes behind, and 2.8.6 has broken positioning @@ -448,12 +452,6 @@ dev-qt/qtwebsockets:6 # should update to that. #841437 ~sci-physics/bullet-3.22b -# James Beddek (2022-01-19) -# FFmpeg 5.0 ABI/API changes break many packages. -# Masking for tracker/tinderbox. Bug #831437 ->=media-video/ffmpeg-5 ->=media-sound/spek-0.8.5 - # Brian Evans (2022-01-07) # The main consumer, phpunit, does not initiate the new timer correctly # This is likely to cause issues in tests; Unmask if using for other purposes