diff options
author | Sam James <sam@gentoo.org> | 2024-09-25 12:11:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-25 12:11:26 +0100 |
commit | 439ef0b575ddeda03f92542339cff14e84b21604 (patch) | |
tree | afb36a2124c5c02ba96db0dc8831cfa4ab9b0393 /eclass | |
parent | app-emulation/ruffle: Stabilize 0_p20240902 amd64, #940210 (diff) | |
download | gentoo-439ef0b575ddeda03f92542339cff14e84b21604.tar.gz gentoo-439ef0b575ddeda03f92542339cff14e84b21604.tar.bz2 gentoo-439ef0b575ddeda03f92542339cff14e84b21604.zip |
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@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/guile-single.eclass | 4 |
1 files 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 |