From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 508A3158064 for ; Wed, 8 May 2024 12:16:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3D99E2AE2; Wed, 8 May 2024 12:16:43 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7A00E2AE4 for ; Wed, 8 May 2024 12:16:43 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72536343214 for ; Wed, 8 May 2024 12:16:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 147AB1A4A for ; Wed, 8 May 2024 12:16:40 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1715138080.7468ab8225c0334ad8f726a749153c137733a47e.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-crypt/sac-core/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild X-VCS-Directories: app-crypt/sac-core/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 7468ab8225c0334ad8f726a749153c137733a47e X-VCS-Branch: master Date: Wed, 8 May 2024 12:16:40 +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: ad4c12ae-770b-43f7-8a03-22eacd47e818 X-Archives-Hash: da2339e35bb2fe4b7bc34e5c0f6eb661 commit: 7468ab8225c0334ad8f726a749153c137733a47e Author: Lucio Sauer posteo net> AuthorDate: Wed May 8 03:09:14 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed May 8 03:14:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7468ab82 app-crypt/sac-core: add QA_FLAGS_IGNORED ae10815e7fbf11a9903e4737c9d36188a7cc6d30 adds the incorrect QA_* variable to close the bugs. Closes: https://bugs.gentoo.org/931340 Closes: https://bugs.gentoo.org/931339 Signed-off-by: Lucio Sauer posteo.net> app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild b/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild index 5a0d7970c5..621f86281a 100644 --- a/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild +++ b/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild @@ -29,10 +29,11 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="app-arch/unzip" -QA_PREBUILT=" +QA_FLAGS_IGNORED=" usr/bin/SACSrv usr/lib64/.* " +QA_PREBUILT="${QA_FLAGS_IGNORED}" src_unpack() { default