From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 4889C1584AD for ; Sat, 10 May 2025 19:08:20 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2BA983432DB for ; Sat, 10 May 2025 19:08:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 40C2C1103C0; Sat, 10 May 2025 19:08:11 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3AA9A1103C0 for ; Sat, 10 May 2025 19:08:11 +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 EA30B3432EE for ; Sat, 10 May 2025 19:08:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04F7D254D for ; Sat, 10 May 2025 19:08:09 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1746808581.265d0edfc16d1616e7aa835f8c385fba5f8fe595.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: profiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: profiles/package.use.mask X-VCS-Directories: profiles/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 265d0edfc16d1616e7aa835f8c385fba5f8fe595 X-VCS-Branch: master Date: Sat, 10 May 2025 19:08:09 +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: 3c615a95-2ce8-4935-ad5d-1d5cae91e423 X-Archives-Hash: dee293cbad69fc53686f50a09c514217 commit: 265d0edfc16d1616e7aa835f8c385fba5f8fe595 Author: Quincy Fleming protonmail com> AuthorDate: Fri May 9 16:36:21 2025 +0000 Commit: David Roman gmail com> CommitDate: Fri May 9 16:36:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=265d0edf profiles: mask wayland flag for Clipboard Signed-off-by: Quincy Fleming protonmail.com> profiles/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.use.mask b/profiles/package.use.mask index 88ece98aa..4b6f07332 100644 --- a/profiles/package.use.mask +++ b/profiles/package.use.mask @@ -3,6 +3,11 @@ # New entries go on top. +# Quincy Fleming (2025-05-09) +# Clipboard is still broken with wayland +# https://github.com/Slackadays/Clipboard/issues/171 +app-misc/clipboard wayland + # Vivian Heisz (demize) (2025-04-20) # Building docs requires dev-ruby/asciidoctor-pdf, which is # currently masked due to dependency issues.