commit:     d9a08298f12a91faa68f3d48af726926ed11da69
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 23:39:35 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 28 23:39:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a08298

sci-libs/libqalculate: eautoreconf in src_prepare, not src_configure

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/libqalculate/libqalculate-5.4.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libqalculate/libqalculate-5.4.0.1.ebuild 
b/sci-libs/libqalculate/libqalculate-5.4.0.1.ebuild
index 9fdfa0c9bb86..1565a70bf69f 100644
--- a/sci-libs/libqalculate/libqalculate-5.4.0.1.ebuild
+++ b/sci-libs/libqalculate/libqalculate-5.4.0.1.ebuild
@@ -48,11 +48,11 @@ src_prepare() {
                data/variables.xml.in
                src/defs2doc.cc
        EOF
-}
 
-src_configure() {
        eautoreconf
+}
 
+src_configure() {
        # Needed for po-defs/Makefile
        export CXX_FOR_BUILD="$(tc-getBUILD_CXX)"
        export CXXCPP_FOR_BUILD="$(tc-getBUILD_CXX) -E"

Reply via email to