eclass/guile-utils: Sync with Gentoo

It's from Gentoo commit ef76274515b2653756bf2122f4be03681e94a954.
This commit is contained in:
Flatcar Buildbot 2024-09-02 07:16:10 +00:00 committed by Krzesimir Nowak
parent 0ffc1f9827
commit d811388bdd

View File

@ -6,13 +6,14 @@
# Gentoo Scheme project <scheme@gentoo.org>
# @AUTHOR:
# Author: Arsen Arsenović <arsen@gentoo.org>
# 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) ;;