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 D728A158011 for ; Thu, 1 Sep 2022 00:34:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3DDFE0A8C; Thu, 1 Sep 2022 00:34:38 +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 DBC43E0A8C for ; Thu, 1 Sep 2022 00:34:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DF8073410A5 for ; Thu, 1 Sep 2022 00:34:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AA45596 for ; Thu, 1 Sep 2022 00:34:36 +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: <1661992453.8f3294d4ded9d705cca06f962bb174fe82ccbc7f.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: 8f3294d4ded9d705cca06f962bb174fe82ccbc7f X-VCS-Branch: master Date: Thu, 1 Sep 2022 00:34:36 +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: 60c2d641-1a47-4ef5-81b2-101c58e65e52 X-Archives-Hash: 325f3b1ed17c687a27c5c52d7232b532 commit: 8f3294d4ded9d705cca06f962bb174fe82ccbc7f Author: Mike Lothian fireburn co uk> AuthorDate: Wed Aug 31 22:12:31 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Sep 1 00:34:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3294d4 app-emulation/dxvk: Remove test option in 9999 This has been removed upstream Signed-off-by: Mike Lothian fireburn.co.uk> Closes: https://github.com/gentoo/gentoo/pull/27098 Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/dxvk/dxvk-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-emulation/dxvk/dxvk-9999.ebuild b/app-emulation/dxvk/dxvk-9999.ebuild index afc25d76d52c..d670bf41e3f1 100644 --- a/app-emulation/dxvk/dxvk-9999.ebuild +++ b/app-emulation/dxvk/dxvk-9999.ebuild @@ -92,7 +92,6 @@ multilib_src_configure() { $(meson_use {,enable_}d3d11) $(meson_use {,enable_}dxgi) $(usev !debug --strip) # portage won't strip .dll, so allow it here - -Denable_tests=false # needs wine/vulkan and is intended for manual use ) meson_src_configure