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 B1D17158041 for ; Fri, 22 Mar 2024 01:42:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2FC2E29B4; Fri, 22 Mar 2024 01:42: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B162DE29B1 for ; Fri, 22 Mar 2024 01:42: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 8EB77343007 for ; Fri, 22 Mar 2024 01:42:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A39121512 for ; Fri, 22 Mar 2024 01:42:31 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1711071419.aef93b002e97f1ee1e2905be66d3c55ad20923bf.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xwayland/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-base/xwayland/files/xwayland-drop-redundantly-installed-files_v2.patch X-VCS-Directories: x11-base/xwayland/files/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: aef93b002e97f1ee1e2905be66d3c55ad20923bf X-VCS-Branch: master Date: Fri, 22 Mar 2024 01:42:31 +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: 6cafc3a8-7f9d-45cb-9e19-5c84a944839b X-Archives-Hash: a77ddeacff7699add62029f89a6e04f8 commit: aef93b002e97f1ee1e2905be66d3c55ad20923bf Author: Brett Alcox gmail com> AuthorDate: Fri Mar 22 00:09:30 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Mar 22 01:36:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef93b00 x11-base/xwayland: Update patch Signed-off-by: Brett Alcox gmail.com> Signed-off-by: Matt Turner gentoo.org> .../xwayland-drop-redundantly-installed-files_v2.patch | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/x11-base/xwayland/files/xwayland-drop-redundantly-installed-files_v2.patch b/x11-base/xwayland/files/xwayland-drop-redundantly-installed-files_v2.patch index ea765d3dcfcd..f92eaf28ac90 100644 --- a/x11-base/xwayland/files/xwayland-drop-redundantly-installed-files_v2.patch +++ b/x11-base/xwayland/files/xwayland-drop-redundantly-installed-files_v2.patch @@ -11,20 +11,3 @@ index fbbcf8646..15ca7d3b0 100644 - 'protocol.txt', - install_dir: serverconfigdir, -) -diff --git a/meson.build b/meson.build -index db1d63f3e..b9cef5a56 100644 ---- a/meson.build -+++ b/meson.build -@@ -806,12 +806,6 @@ if host_machine.system() != 'windows' - subdir('test') - endif - --install_man(configure_file( -- input: 'man/Xserver.man', -- output: 'Xserver.1', -- configuration: manpage_config, --)) -- - if build_xorg - sdkconfig = configuration_data() - awk = find_program('awk')