commit:     9bf800e6437e53fd472f7b684c0aee11dc5e0c65
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 23:12:05 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 23:37:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf800e6

dev-python/pyopencl: move media-libs/libglvnd to DEPEND

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-python/pyopencl/pyopencl-2022.1.6.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-python/pyopencl/pyopencl-2022.1.6.ebuild 
b/dev-python/pyopencl/pyopencl-2022.1.6.ebuild
index f4ac98b955a8..19e2c5a987c8 100644
--- a/dev-python/pyopencl/pyopencl-2022.1.6.ebuild
+++ b/dev-python/pyopencl/pyopencl-2022.1.6.ebuild
@@ -18,17 +18,18 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc64"
 IUSE="examples opengl"
 
-DEPEND=">=virtual/opencl-2"
-RDEPEND="${DEPEND}
+COMMON=">=virtual/opencl-2"
+# libglvnd is only needed for the headers
+DEPEND="${COMMON}
+       opengl? ( media-libs/libglvnd )"
+RDEPEND="${COMMON}
        >=dev-python/mako-0.3.6[${PYTHON_USEDEP}]
        dev-python/numpy[${PYTHON_USEDEP}]
        >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
        >=dev-python/pytools-2021.2.7[${PYTHON_USEDEP}]"
-# libglvnd is only needed for the headers
 BDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
        >=dev-python/pybind11-2.5.0[${PYTHON_USEDEP}]
-       <dev-python/pybind11-2.10.0[${PYTHON_USEDEP}]
-       opengl? ( media-libs/libglvnd )"
+       <dev-python/pybind11-2.10.0[${PYTHON_USEDEP}]"
 
 # The test suite fails if there are no OpenCL platforms available, and
 # even if there is one (which requires the presence of both an OpenCL

Reply via email to