From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1128986-garchives=archives.gentoo.org@lists.gentoo.org> 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 57953138334 for <garchives@archives.gentoo.org>; Sun, 8 Dec 2019 23:40:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35E08E0866; Sun, 8 Dec 2019 23:40:23 +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 1E5E1E0866 for <gentoo-commits@lists.gentoo.org>; Sun, 8 Dec 2019 23:40:23 +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 02F1534D887 for <gentoo-commits@lists.gentoo.org>; Sun, 8 Dec 2019 23:40:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71D227FE for <gentoo-commits@lists.gentoo.org>; Sun, 8 Dec 2019 23:40:05 +0000 (UTC) From: "Nick Sarnie" <sarnex@gentoo.org> 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" <sarnex@gentoo.org> Message-ID: <1575848387.7ba6ddb3cc9f2d9e2ee01015887a5d7096e62fd9.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-9999.ebuild X-VCS-Directories: app-emulation/vkd3d/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: 7ba6ddb3cc9f2d9e2ee01015887a5d7096e62fd9 X-VCS-Branch: master Date: Sun, 8 Dec 2019 23:40:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4962af20-d751-4593-a082-2312ca99e99c X-Archives-Hash: 85da8c98b96e977951005b6c109425c9 commit: 7ba6ddb3cc9f2d9e2ee01015887a5d7096e62fd9 Author: Mikaël Cluseau <mikael.cluseau <AT> gmail <DOT> com> AuthorDate: Fri Dec 6 10:22:34 2019 +0000 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org> CommitDate: Sun Dec 8 23:39:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba6ddb3 app-emulation/vkd3d-9999: needs eautoreconf Building from the git repository requires to call eautoreconf. Closes: https://github.com/gentoo/gentoo/pull/13889 Signed-off-by: Mikaël Cluseau <mikael.cluseau <AT> gmail.com> Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org> app-emulation/vkd3d/vkd3d-9999.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app-emulation/vkd3d/vkd3d-9999.ebuild b/app-emulation/vkd3d/vkd3d-9999.ebuild index 56cb485915f..8f9fdffa3c6 100644 --- a/app-emulation/vkd3d/vkd3d-9999.ebuild +++ b/app-emulation/vkd3d/vkd3d-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit multilib-minimal +inherit multilib-minimal autotools AUTOTOOLS_AUTORECONF="1" @@ -32,6 +32,11 @@ HOMEPAGE="https://source.winehq.org/git/vkd3d.git/" LICENSE="LGPL-2.1" SLOT="0" +src_prepare() { + default + eautoreconf +} + multilib_src_configure() { local myconf=( $(use_with spirv-tools)