commit:     ecdfb5fbd6372367e5ba54ff01d2c3ff094e7651
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  7 06:18:52 2026 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Mar  7 06:21:25 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecdfb5fb

app-emulation/wine-staging: add missing dep on opencl-headers

Went overlooked given opencl-icd-loader has the headers in DEPEND,
but then it becomes an issue with binpkgs.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-emulation/wine-staging/wine-staging-10.20.ebuild | 3 ++-
 app-emulation/wine-staging/wine-staging-11.0.ebuild  | 1 +
 app-emulation/wine-staging/wine-staging-11.1.ebuild  | 1 +
 app-emulation/wine-staging/wine-staging-11.2.ebuild  | 1 +
 app-emulation/wine-staging/wine-staging-11.3.ebuild  | 1 +
 app-emulation/wine-staging/wine-staging-9999.ebuild  | 1 +
 6 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/app-emulation/wine-staging/wine-staging-10.20.ebuild 
b/app-emulation/wine-staging/wine-staging-10.20.ebuild
index 9923f39fc484..32ca1efa4e98 100644
--- a/app-emulation/wine-staging/wine-staging-10.20.ebuild
+++ b/app-emulation/wine-staging/wine-staging-10.20.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
@@ -136,6 +136,7 @@ DEPEND="
        sys-kernel/linux-headers
        X? ( x11-base/xorg-proto )
        bluetooth? ( net-wireless/bluez )
+       opencl? ( dev-util/opencl-headers )
 "
 BDEPEND="
        ${PYTHON_DEPS}

diff --git a/app-emulation/wine-staging/wine-staging-11.0.ebuild 
b/app-emulation/wine-staging/wine-staging-11.0.ebuild
index 96316c4a0572..9e72191c92a0 100644
--- a/app-emulation/wine-staging/wine-staging-11.0.ebuild
+++ b/app-emulation/wine-staging/wine-staging-11.0.ebuild
@@ -136,6 +136,7 @@ DEPEND="
        >=sys-kernel/linux-headers-6.14
        X? ( x11-base/xorg-proto )
        bluetooth? ( net-wireless/bluez )
+       opencl? ( dev-util/opencl-headers )
 "
 BDEPEND="
        ${PYTHON_DEPS}

diff --git a/app-emulation/wine-staging/wine-staging-11.1.ebuild 
b/app-emulation/wine-staging/wine-staging-11.1.ebuild
index 96316c4a0572..9e72191c92a0 100644
--- a/app-emulation/wine-staging/wine-staging-11.1.ebuild
+++ b/app-emulation/wine-staging/wine-staging-11.1.ebuild
@@ -136,6 +136,7 @@ DEPEND="
        >=sys-kernel/linux-headers-6.14
        X? ( x11-base/xorg-proto )
        bluetooth? ( net-wireless/bluez )
+       opencl? ( dev-util/opencl-headers )
 "
 BDEPEND="
        ${PYTHON_DEPS}

diff --git a/app-emulation/wine-staging/wine-staging-11.2.ebuild 
b/app-emulation/wine-staging/wine-staging-11.2.ebuild
index 96316c4a0572..9e72191c92a0 100644
--- a/app-emulation/wine-staging/wine-staging-11.2.ebuild
+++ b/app-emulation/wine-staging/wine-staging-11.2.ebuild
@@ -136,6 +136,7 @@ DEPEND="
        >=sys-kernel/linux-headers-6.14
        X? ( x11-base/xorg-proto )
        bluetooth? ( net-wireless/bluez )
+       opencl? ( dev-util/opencl-headers )
 "
 BDEPEND="
        ${PYTHON_DEPS}

diff --git a/app-emulation/wine-staging/wine-staging-11.3.ebuild 
b/app-emulation/wine-staging/wine-staging-11.3.ebuild
index 352550429bc4..973e7b5afceb 100644
--- a/app-emulation/wine-staging/wine-staging-11.3.ebuild
+++ b/app-emulation/wine-staging/wine-staging-11.3.ebuild
@@ -136,6 +136,7 @@ DEPEND="
        >=sys-kernel/linux-headers-6.14
        X? ( x11-base/xorg-proto )
        bluetooth? ( net-wireless/bluez )
+       opencl? ( dev-util/opencl-headers )
 "
 BDEPEND="
        ${PYTHON_DEPS}

diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild 
b/app-emulation/wine-staging/wine-staging-9999.ebuild
index 352550429bc4..973e7b5afceb 100644
--- a/app-emulation/wine-staging/wine-staging-9999.ebuild
+++ b/app-emulation/wine-staging/wine-staging-9999.ebuild
@@ -136,6 +136,7 @@ DEPEND="
        >=sys-kernel/linux-headers-6.14
        X? ( x11-base/xorg-proto )
        bluetooth? ( net-wireless/bluez )
+       opencl? ( dev-util/opencl-headers )
 "
 BDEPEND="
        ${PYTHON_DEPS}

Reply via email to