commit: c1b7907202fe659b69ca9acc23e7e4402293419e
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sun Dec 1 10:50:24 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Dec 1 10:50:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1b79072
dev-util/deblob: add dependency on dev-hare/hare-json
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
dev-util/deblob/deblob-0.9.ebuild | 1 +
dev-util/deblob/deblob-9999.ebuild | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-util/deblob/deblob-0.9.ebuild
b/dev-util/deblob/deblob-0.9.ebuild
index 5c90df1f6..a8e91faa6 100644
--- a/dev-util/deblob/deblob-0.9.ebuild
+++ b/dev-util/deblob/deblob-0.9.ebuild
@@ -24,6 +24,7 @@ SLOT="0"
DEPEND="
>=dev-lang/hare-0.24.2:=
+ dev-hare/hare-json
"
# built by hare
diff --git a/dev-util/deblob/deblob-9999.ebuild
b/dev-util/deblob/deblob-9999.ebuild
index 3400f1d6a..0e61ad264 100644
--- a/dev-util/deblob/deblob-9999.ebuild
+++ b/dev-util/deblob/deblob-9999.ebuild
@@ -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"