app-text/epubgrep: Add dev-cpp/nlohmann_json dependency.

This commit is contained in:
tastytea 2021-06-03 21:46:14 +02:00
parent 86d9583ef2
commit fbbd27a62b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 1 deletions

View File

@ -22,12 +22,13 @@ RDEPEND="
" "
DEPEND=" DEPEND="
${RDEPEND} ${RDEPEND}
dev-cpp/nlohmann_json
dev-cpp/termcolor dev-cpp/termcolor
test? ( dev-cpp/catch ) test? ( dev-cpp/catch )
" "
BDEPEND=" BDEPEND="
sys-devel/gettext
app-text/asciidoc app-text/asciidoc
sys-devel/gettext
" "
src_configure() { src_configure() {