commit: ca960b226c9136a678236a802d551907d5698ec7
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 14 01:23:25 2026 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Feb 14 01:31:46 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca960b22
app-emulation/wine-vanilla: depend on >=linux-headers-6.14 in 11+
Optional but needed to ensure it has everything it needs for
NTSYNC support.
Not overly worth a revbump given >=6.14 been in ~testing for very long
now, but wouldn't hurt to add this before we stabilize wine-11.0 given
stable was using linux-headers-6.12 until recently (for stable users
using ~testing wine, can let this propagate with the next development
bump).
Technically needed in 10.20 too, but won't bother touching that one
at this point (just keeping it for a bit before removal later).
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
app-emulation/wine-vanilla/wine-vanilla-11.0.ebuild | 2 +-
app-emulation/wine-vanilla/wine-vanilla-11.1.ebuild | 2 +-
app-emulation/wine-vanilla/wine-vanilla-11.2.ebuild | 2 +-
app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/app-emulation/wine-vanilla/wine-vanilla-11.0.ebuild
b/app-emulation/wine-vanilla/wine-vanilla-11.0.ebuild
index 0b80da079963..0fe3e26d479b 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-11.0.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-11.0.ebuild
@@ -127,7 +127,7 @@ RDEPEND="
"
DEPEND="
${WINE_COMMON_DEPEND}
- sys-kernel/linux-headers
+ >=sys-kernel/linux-headers-6.14
X? ( x11-base/xorg-proto )
bluetooth? ( net-wireless/bluez )
"
diff --git a/app-emulation/wine-vanilla/wine-vanilla-11.1.ebuild
b/app-emulation/wine-vanilla/wine-vanilla-11.1.ebuild
index 0b80da079963..0fe3e26d479b 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-11.1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-11.1.ebuild
@@ -127,7 +127,7 @@ RDEPEND="
"
DEPEND="
${WINE_COMMON_DEPEND}
- sys-kernel/linux-headers
+ >=sys-kernel/linux-headers-6.14
X? ( x11-base/xorg-proto )
bluetooth? ( net-wireless/bluez )
"
diff --git a/app-emulation/wine-vanilla/wine-vanilla-11.2.ebuild
b/app-emulation/wine-vanilla/wine-vanilla-11.2.ebuild
index 0b80da079963..0fe3e26d479b 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-11.2.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-11.2.ebuild
@@ -127,7 +127,7 @@ RDEPEND="
"
DEPEND="
${WINE_COMMON_DEPEND}
- sys-kernel/linux-headers
+ >=sys-kernel/linux-headers-6.14
X? ( x11-base/xorg-proto )
bluetooth? ( net-wireless/bluez )
"
diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
index 2c83027e63b0..0fe3e26d479b 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2025 Gentoo Authors
+# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -127,7 +127,7 @@ RDEPEND="
"
DEPEND="
${WINE_COMMON_DEPEND}
- sys-kernel/linux-headers
+ >=sys-kernel/linux-headers-6.14
X? ( x11-base/xorg-proto )
bluetooth? ( net-wireless/bluez )
"