app-text/epubgrep: fix deps

Closes: https://bugs.gentoo.org/859661
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2022-08-16 17:02:50 +02:00
parent f214fbc266
commit 784698fa32

View File

@@ -1,4 +1,4 @@
# Copyright 2021 Gentoo Authors # Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
@@ -19,14 +19,14 @@ RESTRICT="!test? ( test )"
RDEPEND=" RDEPEND="
dev-libs/boost[nls] dev-libs/boost[nls]
app-arch/libarchive[bzip2,iconv,lzma,zlib(+)] app-arch/libarchive[bzip2,iconv,lzma,zlib(+)]
dev-libs/libfmt <dev-libs/libfmt-9.0.0
dev-libs/pugixml dev-libs/pugixml
" "
DEPEND=" DEPEND="
${RDEPEND} ${RDEPEND}
dev-cpp/termcolor dev-cpp/termcolor
dev-cpp/nlohmann_json dev-cpp/nlohmann_json
test? ( dev-cpp/catch ) test? ( <dev-cpp/catch-3.0.0 )
" "
BDEPEND=" BDEPEND="
sys-devel/gettext sys-devel/gettext