From 07cbdbd73ccb35b4cc795168223dbe443a6b37ec Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 17 Nov 2025 07:09:29 +0000 Subject: [PATCH] eclass/guile-utils: Sync with Gentoo It's from Gentoo commit 998c2e817348b57e87d1ba9f07d44818ef9c3da4. Signed-off-by: Flatcar Buildbot --- .../src/third_party/portage-stable/eclass/guile-utils.eclass | 4 ++-- 1 file changed, 2 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 d066013486..88f69032a0 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 @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: guile-utils.eclass @@ -146,7 +146,7 @@ guile_generate_depstrings() { for ver in "${GUILE_COMPAT[@]}"; do [[ -n ${GUILE_USEDEP} ]] && GUILE_USEDEP+="," uses+=("${prefix}_${ver}") - GUILE_USEDEP+="${prefix}_${ver}" + GUILE_USEDEP+="${prefix}_${ver}?" done GUILE_REQUIRED_USE="${depop} ( ${uses[@]} )" IUSE="${uses[@]}"