eclass/guile-utils: Sync with Gentoo

It's from Gentoo commit 998c2e817348b57e87d1ba9f07d44818ef9c3da4.

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
Flatcar Buildbot 2025-11-17 07:09:29 +00:00 committed by Krzesimir Nowak
parent 8548ced2a3
commit 07cbdbd73c

View File

@ -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[@]}"