commit: 439ef0b575ddeda03f92542339cff14e84b21604 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Sep 25 11:11:26 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 25 11:11:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439ef0b5
guile-single.eclass: fix EclassExportFuncsBeforeInherit Bug: https://github.com/pkgcore/pkgcheck/issues/702 Bug: https://github.com/pkgcore/pkgcheck/issues/703 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/guile-single.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/guile-single.eclass b/eclass/guile-single.eclass index 91f6036139da..66898504a6c4 100644 --- a/eclass/guile-single.eclass +++ b/eclass/guile-single.eclass @@ -240,6 +240,6 @@ guile-single_src_install() { guile_unstrip_ccache } -EXPORT_FUNCTIONS pkg_setup src_prepare src_install - fi # _GUILE_SINGLE_ECLASS + +EXPORT_FUNCTIONS pkg_setup src_prepare src_install
