commit: ef76274515b2653756bf2122f4be03681e94a954 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Sep 1 11:01:13 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Sep 1 11:04:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef762745
guile-utils.eclass: fix eclassdoc issues eclass-to-manpage noticed these. Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/guile-utils.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eclass/guile-utils.eclass b/eclass/guile-utils.eclass index 3f122f63a36f..09ca5aabe502 100644 --- a/eclass/guile-utils.eclass +++ b/eclass/guile-utils.eclass @@ -6,13 +6,14 @@ # Gentoo Scheme project <[email protected]> # @AUTHOR: # Author: Arsen Arsenović <[email protected]> -# Inspired by prior work in the Gentoo Python ecosystem. -# @BLURB: Common code between GNU Guile-related eclasses and ebuilds. # @SUPPORTED_EAPIS: 8 +# @BLURB: Common code between GNU Guile-related eclasses and ebuilds. # @DESCRIPTION: # This eclass contains various bits of common code between # dev-scheme/guile, Guile multi-implementation ebuilds and Guile # single-implementation ebuilds. +# +# Inspired by prior work in the Gentoo Python ecosystem. case "${EAPI}" in 8) ;;
