From 7ba6ddb3cc9f2d9e2ee01015887a5d7096e62fd9 Mon Sep 17 00:00:00 2001 From: Mikaël Cluseau Date: Fri, 6 Dec 2019 11:22:34 +0100 Subject: app-emulation/vkd3d-9999: needs eautoreconf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Building from the git repository requires to call eautoreconf. Closes: https://github.com/gentoo/gentoo/pull/13889 Signed-off-by: Mikaël Cluseau Signed-off-by: Nick Sarnie --- app-emulation/vkd3d/vkd3d-9999.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'app-emulation') diff --git a/app-emulation/vkd3d/vkd3d-9999.ebuild b/app-emulation/vkd3d/vkd3d-9999.ebuild index 56cb485915fe..8f9fdffa3c6b 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) -- cgit v1.2.3-65-gdbad