commit:     8b13e5dff1d0d2271fcb1c9556f5ec422d1e7203
Author:     Yiyang Wu <xgreenlandforwyy <AT> gmail <DOT> com>
AuthorDate: Fri Apr 28 12:46:03 2023 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 18:22:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b13e5df

dev-libs/rocm-opencl-runtime: glew as test-only DEPEND

Closes: https://bugs.gentoo.org/896076
Suggested-by: Chris Mayo <aklhfex <AT> gmail.com>
Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com>
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 ...ncl-runtime-5.4.3.ebuild => rocm-opencl-runtime-5.4.3-r1.ebuild} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-5.4.3.ebuild 
b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-5.4.3-r1.ebuild
similarity index 98%
rename from dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-5.4.3.ebuild
rename to dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-5.4.3-r1.ebuild
index 6d4f62e2da8f..d8951635f728 100644
--- a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-5.4.3.ebuild
+++ b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-5.4.3-r1.ebuild
@@ -33,8 +33,10 @@ RDEPEND=">=dev-libs/rocr-runtime-5.3
 DEPEND="${RDEPEND}
        dev-util/opencl-headers"
 BDEPEND=">=dev-util/rocm-cmake-5.3
-       media-libs/glew
-       test? ( >=x11-apps/mesa-progs-8.5.0[X] )
+       test? (
+               >=x11-apps/mesa-progs-8.5.0[X]
+               media-libs/glew
+       )
        "
 
 CLR_S="${WORKDIR}/ROCclr-rocm-${PV}"

Reply via email to