diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-12 09:56:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-12 14:29:17 +0100 |
commit | 768388d601c7e2e416cc5a4d2b9fd4c909eeabb7 (patch) | |
tree | 12dba5920c2425a876b15f4d107222b9ca53d7ae | |
parent | net-im/zoom: Drop deprecated alternative from dependencies (diff) | |
download | gentoo-768388d601c7e2e416cc5a4d2b9fd4c909eeabb7.tar.gz gentoo-768388d601c7e2e416cc5a4d2b9fd4c909eeabb7.tar.bz2 gentoo-768388d601c7e2e416cc5a4d2b9fd4c909eeabb7.zip |
dev-libs/libclc: Prepare for removing LLVM_CONFIG variable in 16.x
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-libs/libclc/libclc-16.0.0.9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-libs/libclc/libclc-16.0.0.9999.ebuild b/dev-libs/libclc/libclc-16.0.0.9999.ebuild index ed252b9ab52d..64df7867eed3 100644 --- a/dev-libs/libclc/libclc-16.0.0.9999.ebuild +++ b/dev-libs/libclc/libclc-16.0.0.9999.ebuild @@ -49,7 +49,7 @@ llvm_check_deps() { } pkg_setup() { - # we do not need llvm_pkg_setup + llvm_pkg_setup python-any-r1_pkg_setup } @@ -79,7 +79,6 @@ src_configure() { libclc_targets=${libclc_targets[*]} local mycmakeargs=( -DLIBCLC_TARGETS_TO_BUILD="${libclc_targets// /;}" - -DLLVM_CONFIG="$(get_llvm_prefix "${LLVM_MAX_SLOT}")/bin/llvm-config" ) cmake_src_configure } |