app-emulation/vkd3d-9999: needs eautoreconf
authorMikaël Cluseau <mikael.cluseau@gmail.com>
Fri, 6 Dec 2019 10:22:34 +0000 (11:22 +0100)
committerNick Sarnie <sarnex@gentoo.org>
Sun, 8 Dec 2019 23:39:47 +0000 (18:39 -0500)
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@gmail.com>
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
app-emulation/vkd3d/vkd3d-9999.ebuild

index 56cb485915fefcad94bffc2938b054c9b29ed84e..8f9fdffa3c6b4aa1e273ec4670dca17726aa663c 100644 (file)
@@ -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)