diff options
author | Craig Andrews <candrews@gentoo.org> | 2021-07-19 14:16:24 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2021-07-19 21:07:30 -0400 |
commit | ff8a60339c12e8e6b13fffe789b7a5973671d929 (patch) | |
tree | a88734d025be5d26cac64a2e8ab110ec61e5620b /dev-libs/rocm-opencl-runtime | |
parent | profiles/arch/powerpc/ppc64/64le: remove crun[criu] mask (diff) | |
download | gentoo-ff8a60339c12e8e6b13fffe789b7a5973671d929.tar.gz gentoo-ff8a60339c12e8e6b13fffe789b7a5973671d929.tar.bz2 gentoo-ff8a60339c12e8e6b13fffe789b7a5973671d929.zip |
dev-libs/rocm-opencl-runtime: remove unnecessary ocaml dependency
Closes: https://bugs.gentoo.org/802924
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-libs/rocm-opencl-runtime')
6 files changed, 3 insertions, 9 deletions
diff --git a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.10.0.ebuild b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.10.0.ebuild index 125321094992..380f4a17847c 100644 --- a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.10.0.ebuild +++ b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,6 @@ RDEPEND=">=dev-libs/rocr-runtime-${PV} >=virtual/opencl-3 media-libs/mesa" DEPEND="${RDEPEND} - dev-lang/ocaml dev-ml/findlib" BDEPEND=">=dev-util/rocm-cmake-${PV}" diff --git a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.8.0.ebuild b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.8.0.ebuild index a340ec574c82..f8c3f470dda6 100644 --- a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.8.0.ebuild +++ b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,6 @@ RDEPEND=">=dev-libs/rocr-runtime-${PV} >=virtual/opencl-3 media-libs/mesa" DEPEND="${RDEPEND} - dev-lang/ocaml dev-ml/findlib" BDEPEND=">=dev-util/rocm-cmake-${PV}" diff --git a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.9.0.ebuild b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.9.0.ebuild index cd1f935e955a..9f7e86747252 100644 --- a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.9.0.ebuild +++ b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,6 @@ RDEPEND=">=dev-libs/rocr-runtime-${PV} >=virtual/opencl-3 media-libs/mesa" DEPEND="${RDEPEND} - dev-lang/ocaml dev-ml/findlib" BDEPEND=">=dev-util/rocm-cmake-${PV}" diff --git a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.0.0.ebuild b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.0.0.ebuild index d3a5d3f5ef89..dfce52688c20 100644 --- a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.0.0.ebuild +++ b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.0.0.ebuild @@ -27,7 +27,6 @@ RDEPEND=">=dev-libs/rocr-runtime-${PV} >=virtual/opencl-3 media-libs/mesa" DEPEND="${RDEPEND} - dev-lang/ocaml dev-ml/findlib" BDEPEND=">=dev-util/rocm-cmake-${PV}" diff --git a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.1.0.ebuild b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.1.0.ebuild index d3a5d3f5ef89..dfce52688c20 100644 --- a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.1.0.ebuild +++ b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.1.0.ebuild @@ -27,7 +27,6 @@ RDEPEND=">=dev-libs/rocr-runtime-${PV} >=virtual/opencl-3 media-libs/mesa" DEPEND="${RDEPEND} - dev-lang/ocaml dev-ml/findlib" BDEPEND=">=dev-util/rocm-cmake-${PV}" diff --git a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.2.0.ebuild b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.2.0.ebuild index 45d99cb43091..43fc5daf8b59 100644 --- a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.2.0.ebuild +++ b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.2.0.ebuild @@ -27,7 +27,6 @@ RDEPEND=">=dev-libs/rocr-runtime-${PV} >=virtual/opencl-3 media-libs/mesa" DEPEND="${RDEPEND} - dev-lang/ocaml dev-ml/findlib" BDEPEND=">=dev-util/rocm-cmake-${PV}" |