dev-libs/blazesym_c: address QA warning regarding LDFLAGS

Also clarify comment about test restrictions.

Closes: https://bugs.gentoo.org/954808
Closes: https://github.com/gentoo/gentoo/pull/41819
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Holger Hoffstätte 2025-04-28 12:32:39 +02:00 committed by Yixun Lan
parent 0e81c26267
commit 77c45a04fe
No known key found for this signature in database
GPG Key ID: 31AAEA47594DBBED

View File

@ -38,13 +38,18 @@ LICENSE+="
SLOT="0"
KEYWORDS="~amd64"
# many failures (WIP)
# Currently suffers from (at least):
# - problems with crate tarball
# - hardcoded/hand-rolled multilib assumptions
# - possibly sandbox
RESTRICT="test"
BDEPEND="
dev-util/cargo-c
"
QA_FLAGS_IGNORED="usr/lib64/libblazesym_c.so.${PV}"
src_prepare() {
default