commit: d2f9fd205167416d26858b2c5dd6be463389fdef Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Sep 1 11:01:51 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=d2f9fd20
guile.eclass: fix eclassdoc issues eclass-to-manpage noticed these. Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/guile.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/guile.eclass b/eclass/guile.eclass index d487d765e86a..9310cd060da9 100644 --- a/eclass/guile.eclass +++ b/eclass/guile.eclass @@ -2,13 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # @ECLASS: guile.eclass -# @PROVIDES: guile-utils # @MAINTAINER: # Gentoo Scheme project <[email protected]> # @AUTHOR: # Author: Arsen Arsenović <[email protected]> # Inspired by prior work in the Gentoo Python ecosystem. # @SUPPORTED_EAPIS: 8 +# @PROVIDES: guile-utils # @BLURB: Utilities for packages multi-implementation Guile packages. # @DESCRIPTION: # This eclass facilitates building against many Guile implementations,
