From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C40E815808A for ; Wed, 06 Aug 2025 20:35:18 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id AE21F341FDB for ; Wed, 06 Aug 2025 20:35:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BB8FF1104A0; Wed, 06 Aug 2025 20:35:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B66D71104A0 for ; Wed, 06 Aug 2025 20:35:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70618341EA8 for ; Wed, 06 Aug 2025 20:35:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1022F1B99 for ; Wed, 06 Aug 2025 20:35:14 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1754512503.d8be8e4072e7c61d44c8a2972647ee90643ef123.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libv4l/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libv4l/libv4l-1.30.1.ebuild X-VCS-Directories: media-libs/libv4l/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: d8be8e4072e7c61d44c8a2972647ee90643ef123 X-VCS-Branch: master Date: Wed, 06 Aug 2025 20:35:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 266b47b6-72e1-4f00-83cd-1da16a45982a X-Archives-Hash: c2c47c8f99c453c607ee1aae11e87c1b commit: d8be8e4072e7c61d44c8a2972647ee90643ef123 Author: James Le Cuirot gentoo org> AuthorDate: Sat Aug 2 08:32:57 2025 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Wed Aug 6 20:35:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8be8e40 media-libs/libv4l: Don't warn about libv4l2tracer.so lacking an SONAME This is intended to be preloaded. Closes: https://bugs.gentoo.org/954854 Signed-off-by: James Le Cuirot gentoo.org> media-libs/libv4l/libv4l-1.30.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-libs/libv4l/libv4l-1.30.1.ebuild b/media-libs/libv4l/libv4l-1.30.1.ebuild index 6b777cc96d44..b0ec46de16ef 100644 --- a/media-libs/libv4l/libv4l-1.30.1.ebuild +++ b/media-libs/libv4l/libv4l-1.30.1.ebuild @@ -66,6 +66,9 @@ BDEPEND=" # Not really prebuilt but BPF objects make our QA checks go crazy. QA_PREBUILT="*/rc_keymaps/protocols/*.o" +# This is intended to be preloaded. +QA_SONAME=".*/libv4l2tracer\.so" + check_llvm() { if [[ ${MERGE_TYPE} != binary ]] && use bpf; then clang -target bpf -print-supported-cpus &>/dev/null ||