commit: d9ae7a725ff857f7b01d5cf67428471b71054f71
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 26 01:09:39 2026 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Jan 26 01:12:17 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ae7a72
wine.eclass: update llvm-mingw comment
It is packaged, albeit only keyworded for ~arm64 at the moment
and there seem to be little reason to actually use it here(?).
Not that I plan to explore this myself.
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 25e1ccfc42e0..ca322107b327 100644
--- a/eclass/wine.eclass
+++ b/eclass/wine.eclass
@@ -208,7 +208,7 @@ wine_src_configure() {
# wcc_* variables are used by _wine_flags(), see that
# function if need to adjust *FLAGS only for cross
local wcc_{amd64,x86,arm64}{,_testflags}
- # TODO?: llvm-mingw support if ever packaged and wanted
+ # TODO?: llvm-mingw support if useful
if use mingw; then
conf+=( --with-mingw )