commit:     a31290d1d0a2c814d31d00bcc433c4a08ffc5d14
Author:     Cyprien Nicolas (fulax) <cyprien <AT> nicolas <DOT> tf>
AuthorDate: Sun Jul 14 14:00:06 2019 +0000
Commit:     Cyprien Nicolas <c.nicolas+gentoo <AT> gmail <DOT> com>
CommitDate: Sun Jul 14 14:00:06 2019 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a31290d1

dev-scheme/gambit-9999: Call eautoreconf during prepare

 dev-scheme/gambit/gambit-9999.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-scheme/gambit/gambit-9999.ebuild 
b/dev-scheme/gambit/gambit-9999.ebuild
index d9a71730..2f5153ee 100644
--- a/dev-scheme/gambit/gambit-9999.ebuild
+++ b/dev-scheme/gambit/gambit-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit eutils elisp-common git-r3
+inherit autotools elisp-common git-r3
 
 MY_P="${PN}-v$(ver_rs 1-3 _)"
 
@@ -29,6 +29,11 @@ SITEFILE="50gambit-gentoo.el"
 
 IUSE="emacs libressl ssl static"
 
+src_prepare() {
+       default
+       eautoreconf
+}
+
 src_configure() {
        econf \
                $(use_enable !static shared) \

Reply via email to