commit: f8577f63f858ee47d88d7dac4c6e693fe07897a9
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 27 10:49:18 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Apr 27 10:49:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8577f63
wine.eclass: fix typo in comment
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
eclass/wine.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/wine.eclass b/eclass/wine.eclass
index 9cf9a1b443ee..1f5885d89c6f 100644
--- a/eclass/wine.eclass
+++ b/eclass/wine.eclass
@@ -255,7 +255,7 @@ wine_src_configure() {
)
elif use abi_x86_64; then
conf+=(
- # per-arch flags are only respected with >=wine-9,
+ # per-arch flags are only respected with >=wine-10,
# do a one-arch best effort fallback
CROSSCFLAGS="${CROSSCFLAGS_amd64:-${CROSSCFLAGS:-$(_wine_flags c amd64)}}"
CROSSLDFLAGS="${CROSSLDFLAGS_amd64:-${CROSSLDFLAGS:-$(_wine_flags ld amd64)}}"