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 66252158041 for ; Sun, 24 Mar 2024 18:39:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D1FDE2A39; Sun, 24 Mar 2024 18:39:32 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 6084CE2A39 for ; Sun, 24 Mar 2024 18:39:32 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9129343080 for ; Sun, 24 Mar 2024 18:39:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 666B315E5 for ; Sun, 24 Mar 2024 18:39:28 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1711305455.ca1ee765901662ea2f7b3d3710f8f9f84feba095.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/dxvk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/dxvk/dxvk-1.10.3-r1.ebuild app-emulation/dxvk/dxvk-2.2-r1.ebuild app-emulation/dxvk/dxvk-2.3.1.ebuild app-emulation/dxvk/dxvk-2.3.ebuild app-emulation/dxvk/dxvk-9999.ebuild X-VCS-Directories: app-emulation/dxvk/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: ca1ee765901662ea2f7b3d3710f8f9f84feba095 X-VCS-Branch: master Date: Sun, 24 Mar 2024 18:39:28 +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: 274e3769-b3a2-463b-9d37-78b3693ee6bc X-Archives-Hash: bea216ae7b906be116df63751fc7f006 commit: ca1ee765901662ea2f7b3d3710f8f9f84feba095 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Mar 24 18:16:38 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Mar 24 18:37:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1ee765 app-emulation/dxvk: remove old -fstack-protector workaround mingw64-*-11 been gone for a while now. Was originally thinking to add the same workaround as mingw64-toolchain for -Wl,-z,* but meson does not need this. So isntead cleaning this up. Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/dxvk/dxvk-1.10.3-r1.ebuild | 8 +------- app-emulation/dxvk/dxvk-2.2-r1.ebuild | 6 ------ app-emulation/dxvk/dxvk-2.3.1.ebuild | 6 ------ app-emulation/dxvk/dxvk-2.3.ebuild | 6 ------ app-emulation/dxvk/dxvk-9999.ebuild | 6 ------ 5 files changed, 1 insertion(+), 31 deletions(-) diff --git a/app-emulation/dxvk/dxvk-1.10.3-r1.ebuild b/app-emulation/dxvk/dxvk-1.10.3-r1.ebuild index 3a56e2fdd338..7c21ed2aab38 100644 --- a/app-emulation/dxvk/dxvk-1.10.3-r1.ebuild +++ b/app-emulation/dxvk/dxvk-1.10.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -79,12 +79,6 @@ src_configure() { unset AR CC CXX RC STRIP filter-flags '-fuse-ld=*' filter-flags '-mfunction-return=thunk*' #878849 - if has_version '