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 AC4181581FD for ; Thu, 11 Sep 2025 01:27:54 +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 6FAF9341463 for ; Thu, 11 Sep 2025 01:27:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7D7F711056F; Thu, 11 Sep 2025 01:27:51 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 73E8B11056F for ; Thu, 11 Sep 2025 01:27:51 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CC4C341052 for ; Thu, 11 Sep 2025 01:27:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6564A3338 for ; Thu, 11 Sep 2025 01:27:49 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1757554037.a2f3cbae36378f0476ba2ea5436e201ef7d2d38f.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nessus-agent-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nessus-agent-bin/nessus-agent-bin-10.9.0.ebuild X-VCS-Directories: net-analyzer/nessus-agent-bin/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: a2f3cbae36378f0476ba2ea5436e201ef7d2d38f X-VCS-Branch: master Date: Thu, 11 Sep 2025 01:27:49 +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: 3c61bca8-e86e-4252-b58d-d938bceac0bb X-Archives-Hash: 36449bd71977cb3646450dd7195200e7 commit: a2f3cbae36378f0476ba2ea5436e201ef7d2d38f Author: Rick Farina gentoo org> AuthorDate: Thu Sep 11 01:27:17 2025 +0000 Commit: Rick Farina gentoo org> CommitDate: Thu Sep 11 01:27:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f3cbae net-analyzer/nessus-agent-bin: fix QA_PREBUILT glob Closes: https://bugs.gentoo.org/962700 Signed-off-by: Rick Farina gentoo.org> net-analyzer/nessus-agent-bin/nessus-agent-bin-10.9.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-analyzer/nessus-agent-bin/nessus-agent-bin-10.9.0.ebuild b/net-analyzer/nessus-agent-bin/nessus-agent-bin-10.9.0.ebuild index 60fae10ccc80..4e3d269edf83 100644 --- a/net-analyzer/nessus-agent-bin/nessus-agent-bin-10.9.0.ebuild +++ b/net-analyzer/nessus-agent-bin/nessus-agent-bin-10.9.0.ebuild @@ -21,9 +21,10 @@ KEYWORDS="-* ~amd64 ~arm64" RESTRICT="mirror strip" QA_PREBUILT="opt/nessus_agent/bin/* - opt/nessus_agent/lib/nessus/*.so + opt/nessus_agent/lib/nessus/*.so* opt/nessus_agent/lib/nessus/iconv/*.so opt/nessus_agent/lib/nessus/libjemalloc.so.* + opt/nessus_agent/var/nessus/mod/com.tenable.* opt/nessus_agent/sbin/*" src_install() {