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 DE17915817D for ; Mon, 3 Jun 2024 02:25:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76471E29F8; Mon, 3 Jun 2024 02:25:09 +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 4D8C4E29F8 for ; Mon, 3 Jun 2024 02:25:09 +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 0C98B335DC2 for ; Mon, 3 Jun 2024 02:25:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 639661C05 for ; Mon, 3 Jun 2024 02:25:06 +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: <1717381127.2e38fb7aa0827ecc78cdfe9b59f3928ca13f800a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/musl/, profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.force profiles/features/musl/package.use.force profiles/features/musl/package.use.mask X-VCS-Directories: profiles/features/musl/ profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2e38fb7aa0827ecc78cdfe9b59f3928ca13f800a X-VCS-Branch: master Date: Mon, 3 Jun 2024 02:25:06 +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: f8886205-a7b8-47b6-ab16-b0c4db52fa37 X-Archives-Hash: 9dc4349eb77d931805118ca7b59b0038 commit: 2e38fb7aa0827ecc78cdfe9b59f3928ca13f800a Author: Sam James gentoo org> AuthorDate: Mon Jun 3 02:18:47 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 3 02:18:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e38fb7a profiles: package.use.force kwin[caps] except on musl It's needed for resonable rendering behaviour, but mask on musl because it doesn't work properly there (https://bugs.kde.org/show_bug.cgi?id=417227). Closes: https://bugs.gentoo.org/931215 Signed-off-by: Sam James gentoo.org> profiles/base/package.use.force | 4 ++++ profiles/features/musl/package.use.force | 5 +++++ profiles/features/musl/package.use.mask | 5 +++++ 3 files changed, 14 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 90ec7af71c71..113ac21c4f2a 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2024-06-03) +# Poor rendering performance otherwise (bug #931215). +kde-plasma/kwin caps + # James Le Cuirot (2021-08-20) # Requires FFmpeg 7.0, which we don't have yet, so force Chromium fork. >=www-client/vivaldi-6.8.3371.4 ffmpeg-chromium diff --git a/profiles/features/musl/package.use.force b/profiles/features/musl/package.use.force index 78001ea4cdfe..5dc756fc6d32 100644 --- a/profiles/features/musl/package.use.force +++ b/profiles/features/musl/package.use.force @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 +# Sam James (2024-06-03) +# Poor rendering performance otherwise (bug #931215) but it doesn't +# work on musl. +kde-plasma/kwin -caps + # Violet Purcell (2023-04-25) # SBCL Upstream does not provide musl binaries for bootstrap, use CLisp. dev-lisp/sbcl system-bootstrap diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index ae69fd211ee3..9cb4b9e5ab7b 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2024-06-03) +# Poor rendering performance otherwise (bug #931215) but it doesn't +# work on musl. +kde-plasma/kwin caps + # Violet Purcell (2024-05-15) # Python does not support JIT on musl, see # https://peps.python.org/pep-0744/#support.