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 B538F158041 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 80EDFE2A3A; 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 657FCE2A3A 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 AE79A343087 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 7A18215E6 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.6da4ec59b0cea1506aebfdde8d5d526a78a792b9.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vkd3d-proton/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/vkd3d-proton/vkd3d-proton-2.10.ebuild app-emulation/vkd3d-proton/vkd3d-proton-2.11.1.ebuild app-emulation/vkd3d-proton/vkd3d-proton-2.12.ebuild app-emulation/vkd3d-proton/vkd3d-proton-2.6-r1.ebuild app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild X-VCS-Directories: app-emulation/vkd3d-proton/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 6da4ec59b0cea1506aebfdde8d5d526a78a792b9 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: 64540ba8-2618-4b51-afec-b278b8486a71 X-Archives-Hash: c79d3b394a8e17dba7ed8adcfca47bd2 commit: 6da4ec59b0cea1506aebfdde8d5d526a78a792b9 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Mar 24 18:18:55 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=6da4ec59 app-emulation/vkd3d-proton: 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/vkd3d-proton/vkd3d-proton-2.10.ebuild | 8 +------- app-emulation/vkd3d-proton/vkd3d-proton-2.11.1.ebuild | 6 ------ app-emulation/vkd3d-proton/vkd3d-proton-2.12.ebuild | 6 ------ app-emulation/vkd3d-proton/vkd3d-proton-2.6-r1.ebuild | 8 +------- app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild | 6 ------ 5 files changed, 2 insertions(+), 32 deletions(-) diff --git a/app-emulation/vkd3d-proton/vkd3d-proton-2.10.ebuild b/app-emulation/vkd3d-proton/vkd3d-proton-2.10.ebuild index e25d27adcaa5..fb54dd38775d 100644 --- a/app-emulation/vkd3d-proton/vkd3d-proton-2.10.ebuild +++ b/app-emulation/vkd3d-proton/vkd3d-proton-2.10.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 @@ -121,12 +121,6 @@ src_configure() { unset AR CC CXX RC STRIP WIDL filter-flags '-fuse-ld=*' filter-flags '-mfunction-return=thunk*' #878849 - if has_version '