commit: 658de4c78c362c35f57b57a1d995697ee819318f
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 14 01:28:48 2026 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Feb 14 01:32:54 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=658de4c7
app-emulation/wine-staging: 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. For stable users using ~testing wine, will let it propagate next
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-staging/wine-staging-11.0.ebuild | 2 +-
app-emulation/wine-staging/wine-staging-11.1.ebuild | 2 +-
app-emulation/wine-staging/wine-staging-11.2.ebuild | 2 +-
app-emulation/wine-staging/wine-staging-9999.ebuild | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/app-emulation/wine-staging/wine-staging-11.0.ebuild
b/app-emulation/wine-staging/wine-staging-11.0.ebuild
index 246bd11ce664..96316c4a0572 100644
--- a/app-emulation/wine-staging/wine-staging-11.0.ebuild
+++ b/app-emulation/wine-staging/wine-staging-11.0.ebuild
@@ -133,7 +133,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-staging/wine-staging-11.1.ebuild
b/app-emulation/wine-staging/wine-staging-11.1.ebuild
index 246bd11ce664..96316c4a0572 100644
--- a/app-emulation/wine-staging/wine-staging-11.1.ebuild
+++ b/app-emulation/wine-staging/wine-staging-11.1.ebuild
@@ -133,7 +133,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-staging/wine-staging-11.2.ebuild
b/app-emulation/wine-staging/wine-staging-11.2.ebuild
index 246bd11ce664..96316c4a0572 100644
--- a/app-emulation/wine-staging/wine-staging-11.2.ebuild
+++ b/app-emulation/wine-staging/wine-staging-11.2.ebuild
@@ -133,7 +133,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-staging/wine-staging-9999.ebuild
b/app-emulation/wine-staging/wine-staging-9999.ebuild
index eededd5d59aa..96316c4a0572 100644
--- a/app-emulation/wine-staging/wine-staging-9999.ebuild
+++ b/app-emulation/wine-staging/wine-staging-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
@@ -133,7 +133,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 )
"