From fbbd27a62b6d1fc8eea77306e5fe41686782b151 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 3 Jun 2021 21:46:14 +0200 Subject: [PATCH] app-text/epubgrep: Add dev-cpp/nlohmann_json dependency. --- app-text/epubgrep/epubgrep-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-text/epubgrep/epubgrep-9999.ebuild b/app-text/epubgrep/epubgrep-9999.ebuild index 8933141..026ad31 100644 --- a/app-text/epubgrep/epubgrep-9999.ebuild +++ b/app-text/epubgrep/epubgrep-9999.ebuild @@ -22,12 +22,13 @@ RDEPEND=" " DEPEND=" ${RDEPEND} + dev-cpp/nlohmann_json dev-cpp/termcolor test? ( dev-cpp/catch ) " BDEPEND=" - sys-devel/gettext app-text/asciidoc + sys-devel/gettext " src_configure() {