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 <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer 2024-05-08 05:09:14 +02:00
parent 08d9df7738
commit 7468ab8225
No known key found for this signature in database
GPG Key ID: 5568A2DDA60CA297

View File

@ -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