diff options
author | Sam James <sam@gentoo.org> | 2024-09-25 12:12:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-25 12:12:05 +0100 |
commit | c99c693ff970d9c5cf5204466d791b9a3d4499fa (patch) | |
tree | f83d277dd83e0478f81b75b6ff116deff7fc9a4c /eclass | |
parent | guile-single.eclass: fix EclassExportFuncsBeforeInherit (diff) | |
download | gentoo-c99c693ff970d9c5cf5204466d791b9a3d4499fa.tar.gz gentoo-c99c693ff970d9c5cf5204466d791b9a3d4499fa.tar.bz2 gentoo-c99c693ff970d9c5cf5204466d791b9a3d4499fa.zip |
guile.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.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/guile.eclass b/eclass/guile.eclass index 323d04ef1152..e8fde64266e5 100644 --- a/eclass/guile.eclass +++ b/eclass/guile.eclass @@ -353,7 +353,7 @@ guile_src_install() { einstalldocs } -EXPORT_FUNCTIONS pkg_setup src_prepare src_configure src_compile \ - src_install src_test - fi # _GUILE_ECLASS + +EXPORT_FUNCTIONS pkg_setup src_prepare src_configure src_compile \ + src_install src_test |