mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-10 00:10:19 +03:00
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:
parent
0e81c26267
commit
77c45a04fe
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user