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 8CD63138335 for ; Sat, 1 Sep 2018 16:39:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20D8CE0866; Sat, 1 Sep 2018 16:39:09 +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 E62C5E077F for ; Sat, 1 Sep 2018 16:39:08 +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 128A9335C9A for ; Sat, 1 Sep 2018 16:39:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5B473C2 for ; Sat, 1 Sep 2018 16:39:04 +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: <1535819885.51fafe8254c062427a1d6ef1a4b173edb4fe3a2b.sarnex@gentoo> Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-any/ X-VCS-Repository: repo/proj/wine X-VCS-Files: app-emulation/wine-any/wine-any-3.13-r1.ebuild X-VCS-Directories: app-emulation/wine-any/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: 51fafe8254c062427a1d6ef1a4b173edb4fe3a2b X-VCS-Branch: master Date: Sat, 1 Sep 2018 16:39: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-Archives-Salt: 9f57c42e-bb89-49de-b693-fe3540e636ba X-Archives-Hash: d529212d5158c1d6d97d886129f7fcee commit: 51fafe8254c062427a1d6ef1a4b173edb4fe3a2b Author: Nick Sarnie gentoo org> AuthorDate: Sat Sep 1 16:38:05 2018 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Sat Sep 1 16:38:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=51fafe82 app-emulation/wine-any: Require vulkan for vkd3d for 3.13-r1 Whoops Package-Manager: Portage-2.3.48, Repoman-2.3.10 app-emulation/wine-any/wine-any-3.13-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emulation/wine-any/wine-any-3.13-r1.ebuild b/app-emulation/wine-any/wine-any-3.13-r1.ebuild index 8d4e1a7..66208fb 100644 --- a/app-emulation/wine-any/wine-any-3.13-r1.ebuild +++ b/app-emulation/wine-any/wine-any-3.13-r1.ebuild @@ -57,7 +57,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) pipelight? ( staging ) test? ( abi_x86_32 ) themes? ( staging ) - vaapi? ( staging )" # osmesa-opengl #286560 # X-truetype #551124 + vaapi? ( staging ) + 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.