diff options
author | Sam James <sam@gentoo.org> | 2021-09-23 07:38:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-23 07:38:19 +0100 |
commit | d3869995dd4cd8903dd9ceb5b85d45dd57c3a8e6 (patch) | |
tree | 53e8d99cc067c1d7aa8d80a92fa669fdc0fcf3f6 /dev-libs/pocl | |
parent | sys-kernel/gentoo-kernel-bin: add 5.14.7-r1 for arm64 (diff) | |
download | gentoo-d3869995dd4cd8903dd9ceb5b85d45dd57c3a8e6.tar.gz gentoo-d3869995dd4cd8903dd9ceb5b85d45dd57c3a8e6.tar.bz2 gentoo-d3869995dd4cd8903dd9ceb5b85d45dd57c3a8e6.zip |
dev-libs/pocl: fix MissingSlotDep on LLVM
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/pocl')
-rw-r--r-- | dev-libs/pocl/pocl-1.7-r2.ebuild (renamed from dev-libs/pocl/pocl-1.7-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/pocl/pocl-1.7-r1.ebuild b/dev-libs/pocl/pocl-1.7-r2.ebuild index d5f2724b962d..be663cd6f58d 100644 --- a/dev-libs/pocl/pocl-1.7-r1.ebuild +++ b/dev-libs/pocl/pocl-1.7-r2.ebuild @@ -30,7 +30,7 @@ CLANG_DEPS="!cuda? ( <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):= ) cuda? ( <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_NVPTX] )" RDEPEND=" dev-libs/libltdl - <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)) + <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):* virtual/opencl ${CLANG_DEPS} |