Skip to content

Commit

Permalink
dev-build/cargo-make: add pkgconfig to BDEPEND
Browse files Browse the repository at this point in the history
Signed-off-by: Lucio Sauer <[email protected]>
  • Loading branch information
antecrescent committed Aug 1, 2024
1 parent 457526e commit 4a1be53
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions dev-build/cargo-make/cargo-make-0.37.15.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/.*"

Expand Down

0 comments on commit 4a1be53

Please sign in to comment.