Skip to content

Commit

Permalink
dev-vcs/pijul: add missing pkgconfig dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Lucio Sauer <[email protected]>
  • Loading branch information
antecrescent committed Sep 10, 2024
1 parent 7479987 commit 3e5db1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev-vcs/pijul/pijul-1.0.0_beta9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -455,12 +455,13 @@ KEYWORDS="~amd64"
IUSE="git"

DEPEND="
dev-libs/openssl:=
dev-libs/libsodium:=
app-arch/zstd
dev-libs/libsodium:=
dev-libs/openssl:=
git? ( dev-libs/libgit2:= )
"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"

QA_FLAGS_IGNORED="usr/bin/pijul"

Expand Down

0 comments on commit 3e5db1d

Please sign in to comment.