commit:     6a65c575970910eeff285a176e5cc4f84f67a665
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 24 13:03:24 2022 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 13:05:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a65c575

sci-electronics/voacapl: Add eautoreconf to force compile order

See comment on bug 882533

Closes: https://bugs.gentoo.org/882533
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild 
b/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild
index 53f2437a3ea8..829abdbfcb48 100644
--- a/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild
+++ b/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-inherit fortran-2
+inherit autotools fortran-2
 
 MY_P=${PN}-v.${PV}
 
@@ -20,6 +20,11 @@ RESTRICT="mirror bindist"
 
 S="${WORKDIR}/${MY_P}"
 
+src_prepare() {
+       eapply_user
+       eautoreconf
+}
+
 src_compile() {
        # bug 513766
        emake -j1

Reply via email to