mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-22 17:52:12 +01:00
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:
parent
8548ced2a3
commit
07cbdbd73c
@ -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[@]}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user