summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-09-25 12:11:26 +0100
committerSam James <sam@gentoo.org>2024-09-25 12:11:26 +0100
commit439ef0b575ddeda03f92542339cff14e84b21604 (patch)
treeafb36a2124c5c02ba96db0dc8831cfa4ab9b0393 /eclass
parentapp-emulation/ruffle: Stabilize 0_p20240902 amd64, #940210 (diff)
downloadgentoo-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.eclass4
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