From: Mikaël Cluseau Date: Fri, 6 Dec 2019 10:22:34 +0000 (+0100) Subject: app-emulation/vkd3d-9999: needs eautoreconf X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7ba6ddb3cc9f2d9e2ee01015887a5d7096e62fd9;p=gentoo.git 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 Signed-off-by: Nick Sarnie --- 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)