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 A614715815E for ; Fri, 9 Feb 2024 16:18:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88384E2A5B; Fri, 9 Feb 2024 16:18:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2F513E2A5B for ; Fri, 9 Feb 2024 16:18:08 +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 55902343179 for ; Fri, 9 Feb 2024 16:18:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 417D714C4 for ; Fri, 9 Feb 2024 16:18:04 +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: <1707495439.11ba1a4dfe00e14526e5b1eed3a92cdfd377fa05.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-9999.ebuild X-VCS-Directories: app-emulation/dxvk/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 11ba1a4dfe00e14526e5b1eed3a92cdfd377fa05 X-VCS-Branch: master Date: Fri, 9 Feb 2024 16:18:04 +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: cd31dc53-e62e-430b-bce2-36c21d37eadd X-Archives-Hash: dd41453a3c8411ade1a52c413e5c1e53 commit: 11ba1a4dfe00e14526e5b1eed3a92cdfd377fa05 Author: Ionen Wolkens gentoo org> AuthorDate: Fri Feb 9 16:08:24 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Feb 9 16:17:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ba1a4d app-emulation/dxvk: add short comment for libdisplay-info fallback It may otherwise look odd at a glance. Bundled fallback is normally not something we want to do, but this is a special situation. Solving properly would essentially involve having PE multilib (abi_x86_pe32/64 or so) on libdisplay-info which is far too involved for little gain. Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/dxvk/dxvk-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/dxvk/dxvk-9999.ebuild b/app-emulation/dxvk/dxvk-9999.ebuild index de69f59f0828..c7933f3faf2e 100644 --- a/app-emulation/dxvk/dxvk-9999.ebuild +++ b/app-emulation/dxvk/dxvk-9999.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 @@ -128,7 +128,7 @@ multilib_src_configure() { local emesonargs=( --prefix="${EPREFIX}"/usr/lib/${PN} --{bin,lib}dir=x${MULTILIB_ABI_FLAG: -2} - --force-fallback-for=libdisplay-info + --force-fallback-for=libdisplay-info # system's is ELF (unusable) $(meson_use {,enable_}d3d9) $(meson_use {,enable_}d3d10) $(meson_use {,enable_}d3d11)