summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2020-12-29 21:47:12 +0000
committerJames Le Cuirot <chewi@gentoo.org>2020-12-29 21:47:12 +0000
commit63af976b818713e94e17f63c9c51a5d06c71eb1a (patch)
treee3f29505df3361a380a4d64985920ed11c13e6dc /media-tv
parentdev-python/re-assert: Stabilize 1.1.0 arm64, #761891 (diff)
downloadgentoo-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.ebuild2
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."