From d811388bdd04a9398aa47df7c64460097f4fdf75 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 2 Sep 2024 07:16:10 +0000 Subject: [PATCH] eclass/guile-utils: Sync with Gentoo It's from Gentoo commit ef76274515b2653756bf2122f4be03681e94a954. --- .../src/third_party/portage-stable/eclass/guile-utils.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/guile-utils.eclass b/sdk_container/src/third_party/portage-stable/eclass/guile-utils.eclass index 3f122f63a3..09ca5aabe5 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/guile-utils.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/guile-utils.eclass @@ -6,13 +6,14 @@ # Gentoo Scheme project # @AUTHOR: # Author: Arsen Arsenović -# 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) ;;