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 AECFB138359 for ; Tue, 29 Sep 2020 22:36:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A09FAE0ABB; Tue, 29 Sep 2020 22:36:01 +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 84FBEE0ABB for ; Tue, 29 Sep 2020 22:36:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 32D8D335D3C for ; Tue, 29 Sep 2020 22:36:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0706332 for ; Tue, 29 Sep 2020 22:35:58 +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: <1601418951.3b885c9ae30ab6c8ad52a140f24ef01c2bb577f3.sarnex@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vkd3d/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/vkd3d/vkd3d-1.2.ebuild app-emulation/vkd3d/vkd3d-9999.ebuild X-VCS-Directories: app-emulation/vkd3d/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: 3b885c9ae30ab6c8ad52a140f24ef01c2bb577f3 X-VCS-Branch: master Date: Tue, 29 Sep 2020 22:35:58 +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: 69bfaff2-2192-4e64-88bc-25686d17825e X-Archives-Hash: a9d9fe5d4b7f5603347a8f4fe1d200ef commit: 3b885c9ae30ab6c8ad52a140f24ef01c2bb577f3 Author: Nick Sarnie gentoo org> AuthorDate: Tue Sep 29 22:35:31 2020 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Tue Sep 29 22:35:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b885c9a app-emulation/vkd3d: Sync with ::wine Fix build Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/vkd3d/vkd3d-1.2.ebuild | 1 + app-emulation/vkd3d/vkd3d-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app-emulation/vkd3d/vkd3d-1.2.ebuild b/app-emulation/vkd3d/vkd3d-1.2.ebuild index f866aca35b5..90e8035e37b 100644 --- a/app-emulation/vkd3d/vkd3d-1.2.ebuild +++ b/app-emulation/vkd3d/vkd3d-1.2.ebuild @@ -33,6 +33,7 @@ SLOT="0" multilib_src_configure() { local myconf=( $(use_with spirv-tools) + --disable-doxygen-pdf ) ECONF_SOURCE=${S} econf "${myconf[@]}" diff --git a/app-emulation/vkd3d/vkd3d-9999.ebuild b/app-emulation/vkd3d/vkd3d-9999.ebuild index 8f9fdffa3c6..0e542af4666 100644 --- a/app-emulation/vkd3d/vkd3d-9999.ebuild +++ b/app-emulation/vkd3d/vkd3d-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -40,6 +40,7 @@ src_prepare() { multilib_src_configure() { local myconf=( $(use_with spirv-tools) + --disable-doxygen-pdf ) ECONF_SOURCE=${S} econf "${myconf[@]}"