diff options
author | James Le Cuirot <chewi@gentoo.org> | 2020-12-29 21:47:12 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-12-29 21:47:12 +0000 |
commit | 63af976b818713e94e17f63c9c51a5d06c71eb1a (patch) | |
tree | e3f29505df3361a380a4d64985920ed11c13e6dc /media-tv | |
parent | dev-python/re-assert: Stabilize 1.1.0 arm64, #761891 (diff) | |
download | gentoo-63af976b818713e94e17f63c9c51a5d06c71eb1a.tar.gz gentoo-63af976b818713e94e17f63c9c51a5d06c71eb1a.tar.bz2 gentoo-63af976b818713e94e17f63c9c51a5d06c71eb1a.zip |
media-tv/v4l-utils: Don't perform clang target check in binpkgs
Closes: https://bugs.gentoo.org/762328
Package-Manager: Portage-3.0.12, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/v4l-utils/v4l-utils-1.20.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-tv/v4l-utils/v4l-utils-1.20.0.ebuild b/media-tv/v4l-utils/v4l-utils-1.20.0.ebuild index a1ac0bb004d4..917bdd3a7851 100644 --- a/media-tv/v4l-utils/v4l-utils-1.20.0.ebuild +++ b/media-tv/v4l-utils/v4l-utils-1.20.0.ebuild @@ -47,7 +47,7 @@ PATCHES=( QA_PREBUILT="*/rc_keymaps/protocols/*.o" pkg_pretend() { - if use bpf; then + if [[ ${MERGE_TYPE} != binary ]] && use bpf; then local clang=${ac_cv_prog_CLANG:-${CLANG:-clang}} ${clang} -target bpf -print-supported-cpus &>/dev/null || die "${clang} does not support the BPF target. Please check LLVM_TARGETS." |