diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2022-12-24 14:03:24 +0100 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2022-12-24 14:05:34 +0100 |
commit | 6a65c575970910eeff285a176e5cc4f84f67a665 (patch) | |
tree | 8c3b4e43efb2ddd751cee258fde17ebb5a7472df /sci-electronics | |
parent | net-misc/pps-tools: add 1.0.3 (diff) | |
download | gentoo-6a65c575970910eeff285a176e5cc4f84f67a665.tar.gz gentoo-6a65c575970910eeff285a176e5cc4f84f67a665.tar.bz2 gentoo-6a65c575970910eeff285a176e5cc4f84f67a665.zip |
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@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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 |