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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E0AC138336 for ; Sat, 1 Sep 2018 16:19:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84E38E07EA; Sat, 1 Sep 2018 16:19:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44E8BE07EA for ; Sat, 1 Sep 2018 16:19:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85744335C9A for ; Sat, 1 Sep 2018 16:19:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFC45398 for ; Sat, 1 Sep 2018 16:19:45 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1535818712.bf99f3232dbd84391354b6f05641989b62acadf6.sarnex@gentoo> Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/ X-VCS-Repository: repo/proj/wine X-VCS-Files: app-emulation/wine-vanilla/wine-vanilla-3.10.ebuild app-emulation/wine-vanilla/wine-vanilla-3.11.ebuild app-emulation/wine-vanilla/wine-vanilla-3.12.ebuild app-emulation/wine-vanilla/wine-vanilla-3.13.ebuild app-emulation/wine-vanilla/wine-vanilla-3.9.ebuild app-emulation/wine-vanilla/wine-vanilla-9999.ebuild X-VCS-Directories: app-emulation/wine-vanilla/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: bf99f3232dbd84391354b6f05641989b62acadf6 X-VCS-Branch: master Date: Sat, 1 Sep 2018 16:19:45 +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-Archives-Salt: f6575bb1-596a-492a-a90c-98061b1022f0 X-Archives-Hash: 0b0b3722cfb97562bebb28ad7243de22 commit: bf99f3232dbd84391354b6f05641989b62acadf6 Author: Lucian Poston pm me> AuthorDate: Sat Jul 21 16:15:19 2018 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Sat Sep 1 16:18:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=bf99f323 app-emulation/wine-vanilla: Require vulkan for vkd3d Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-emulation/wine-vanilla/wine-vanilla-3.10.ebuild | 3 ++- app-emulation/wine-vanilla/wine-vanilla-3.11.ebuild | 3 ++- app-emulation/wine-vanilla/wine-vanilla-3.12.ebuild | 3 ++- app-emulation/wine-vanilla/wine-vanilla-3.13.ebuild | 3 ++- app-emulation/wine-vanilla/wine-vanilla-3.9.ebuild | 3 ++- app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.10.ebuild b/app-emulation/wine-vanilla/wine-vanilla-3.10.ebuild index cdb123c..1336c23 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-3.10.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-3.10.ebuild @@ -40,7 +40,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) X? ( truetype ) elibc_glibc? ( threads ) osmesa? ( opengl ) - test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124 + test? ( abi_x86_32 ) + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124 # FIXME: the test suite is unsuitable for us; many tests require net access # or fail due to Xvfb's opengl limitations. diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.11.ebuild b/app-emulation/wine-vanilla/wine-vanilla-3.11.ebuild index cdb123c..1336c23 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-3.11.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-3.11.ebuild @@ -40,7 +40,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) X? ( truetype ) elibc_glibc? ( threads ) osmesa? ( opengl ) - test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124 + test? ( abi_x86_32 ) + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124 # FIXME: the test suite is unsuitable for us; many tests require net access # or fail due to Xvfb's opengl limitations. diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.12.ebuild b/app-emulation/wine-vanilla/wine-vanilla-3.12.ebuild index cdb123c..1336c23 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-3.12.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-3.12.ebuild @@ -40,7 +40,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) X? ( truetype ) elibc_glibc? ( threads ) osmesa? ( opengl ) - test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124 + test? ( abi_x86_32 ) + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124 # FIXME: the test suite is unsuitable for us; many tests require net access # or fail due to Xvfb's opengl limitations. diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.13.ebuild b/app-emulation/wine-vanilla/wine-vanilla-3.13.ebuild index 96e3367..9a0d8ea 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-3.13.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-3.13.ebuild @@ -40,7 +40,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) X? ( truetype ) elibc_glibc? ( threads ) osmesa? ( opengl ) - test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124 + test? ( abi_x86_32 ) + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124 # FIXME: the test suite is unsuitable for us; many tests require net access # or fail due to Xvfb's opengl limitations. diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.9.ebuild b/app-emulation/wine-vanilla/wine-vanilla-3.9.ebuild index cdb123c..1336c23 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-3.9.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-3.9.ebuild @@ -40,7 +40,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) X? ( truetype ) elibc_glibc? ( threads ) osmesa? ( opengl ) - test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124 + test? ( abi_x86_32 ) + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124 # FIXME: the test suite is unsuitable for us; many tests require net access # or fail due to Xvfb's opengl limitations. diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index 96e3367..9a0d8ea 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -40,7 +40,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) X? ( truetype ) elibc_glibc? ( threads ) osmesa? ( opengl ) - test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124 + test? ( abi_x86_32 ) + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124 # FIXME: the test suite is unsuitable for us; many tests require net access # or fail due to Xvfb's opengl limitations.