mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 07:19:01 -04:00
dev-build/cargo-make: add pkgconfig to BDEPEND
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
parent
457526eac5
commit
4a1be53e26
@ -240,10 +240,13 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="openssl? ( dev-libs/openssl:= )"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="test? (
|
||||
dev-build/cargo-make
|
||||
dev-util/rust-script
|
||||
)"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
test? (
|
||||
dev-build/cargo-make
|
||||
dev-util/rust-script
|
||||
)
|
||||
"
|
||||
|
||||
QA_FLAGS_IGNORED="usr/bin/.*"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user