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 B471A15808B for ; Wed, 2 Oct 2024 22:16:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA8ADE29BB; Wed, 2 Oct 2024 22:16:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C3409E29B6 for ; Wed, 2 Oct 2024 22:16:18 +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 044BE33BE12 for ; Wed, 2 Oct 2024 22:16:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4559C1EF3 for ; Wed, 2 Oct 2024 22:16:16 +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: <1727907371.0aaaf3c11fd14c5518bb73adcd18019e4c890638.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-base/xorg-server/xorg-server-21.1.13-r1.ebuild x11-base/xorg-server/xorg-server-9999.ebuild X-VCS-Directories: x11-base/xorg-server/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0aaaf3c11fd14c5518bb73adcd18019e4c890638 X-VCS-Branch: master Date: Wed, 2 Oct 2024 22:16:16 +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: 83de666b-ec8a-44ce-99ea-c86358d3b63f X-Archives-Hash: 8ae56328601dce81c20cea7206ea0b49 commit: 0aaaf3c11fd14c5518bb73adcd18019e4c890638 Author: Ian Jordan gmail com> AuthorDate: Tue Oct 1 17:03:25 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Oct 2 22:16:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aaaf3c1 x11-base/xorg-server: Add Oz to replace-flags for x86 Like Os, Oz has the same issue so added a second line to replace the flag. Bug: https://bugs.gentoo.org/835653 Signed-off-by: Ian Jordan gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38840 Signed-off-by: Matt Turner gentoo.org> x11-base/xorg-server/xorg-server-21.1.13-r1.ebuild | 1 + x11-base/xorg-server/xorg-server-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/x11-base/xorg-server/xorg-server-21.1.13-r1.ebuild b/x11-base/xorg-server/xorg-server-21.1.13-r1.ebuild index 0923dc31158f..16599d733bf8 100644 --- a/x11-base/xorg-server/xorg-server-21.1.13-r1.ebuild +++ b/x11-base/xorg-server/xorg-server-21.1.13-r1.ebuild @@ -111,6 +111,7 @@ PATCHES=( src_configure() { # bug #835653 use x86 && replace-flags -Os -O2 + use x86 && replace-flags -Oz -O2 # localstatedir is used for the log location; we need to override the default # from ebuild.sh diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild index 73e76552fc7b..fbaefca8e5ce 100644 --- a/x11-base/xorg-server/xorg-server-9999.ebuild +++ b/x11-base/xorg-server/xorg-server-9999.ebuild @@ -104,6 +104,7 @@ PATCHES=( src_configure() { # bug #835653 use x86 && replace-flags -Os -O2 + use x86 && replace-flags -Oz -O2 use debug && EMESON_BUILDTYPE=debug