diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-09-02 12:28:17 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-09-02 12:28:17 +0100 |
commit | 20b6ab983b55b022c6e4af317154089e18ad41cb (patch) | |
tree | 07060dcd7f71fd5f02ecf6463cb8bf3665b65bcc /eclass/guile-single.eclass | |
parent | 12a4866975c254ac127821e7562eda5ac119fba3 (diff) |
gentoo auto-resync : 02:09:2024 - 12:28:17
Diffstat (limited to 'eclass/guile-single.eclass')
-rw-r--r-- | eclass/guile-single.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/guile-single.eclass b/eclass/guile-single.eclass index 41ede32928bc..91f6036139da 100644 --- a/eclass/guile-single.eclass +++ b/eclass/guile-single.eclass @@ -2,20 +2,20 @@ # Distributed under the terms of the GNU General Public License v2 # @ECLASS: guile-single.eclass -# @PROVIDES: guile-utils # @MAINTAINER: # Gentoo Scheme project <scheme@gentoo.org> # @AUTHOR: # Author: Arsen Arsenović <arsen@gentoo.org> -# Inspired by prior work in the Gentoo Python ecosystem. -# @BLURB: Utilities for packages that build against a single Guile. # @SUPPORTED_EAPIS: 8 # @PROVIDES: guile-utils +# @BLURB: Utilities for packages that build against a single Guile. # @DESCRIPTION: # This eclass facilitates packages building against a single slot of # Guile, which is normally something that uses Guile for extending, like # GNU Make, or for programs built in Guile, like Haunt. # +# Inspired by prior work in the Gentoo Python ecosystem. +# # These packages should use guile_gen_cond_dep to generate a dependency # string for their Guile package dependencies (i.e. other Guile single- # and multi-implementation packages). They should also utilize |