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)

Reply via email to