dev-util/deblob: add dependency on dev-hare/hare-json

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2024-12-01 11:50:24 +01:00
parent 8d911b38ea
commit c1b7907202
2 changed files with 5 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ SLOT="0"
DEPEND="
>=dev-lang/hare-0.24.2:=
dev-hare/hare-json
"
# built by hare

View File

@@ -22,7 +22,10 @@ HOMEPAGE="https://git.sr.ht/~lanodan/deblob"
LICENSE="BSD"
SLOT="0"
DEPEND="dev-lang/hare:="
DEPEND="
dev-lang/hare:=
dev-hare/hare-json
"
# built by hare
QA_FLAGS_IGNORED="usr/bin/deblob"