aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny (tastytea) Gutbrod <gentoo@tastytea.de>2022-08-16 17:02:50 +0200
committerRonny (tastytea) Gutbrod <gentoo@tastytea.de>2022-08-16 21:10:12 +0200
commit784698fa321e9e117d26c4cd18ec5c0f2a77e7de (patch)
tree170f5f4e472e724c63872e8f1a889b4cd79ee588
parentdev-python/python-pidfile: fix missing dependency (diff)
downloadguru-784698fa321e9e117d26c4cd18ec5c0f2a77e7de.tar.gz
guru-784698fa321e9e117d26c4cd18ec5c0f2a77e7de.tar.bz2
guru-784698fa321e9e117d26c4cd18ec5c0f2a77e7de.zip
app-text/epubgrep: fix deps
Closes: https://bugs.gentoo.org/859661 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
-rw-r--r--app-text/epubgrep/epubgrep-0.6.0-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/epubgrep/epubgrep-0.6.0-r1.ebuild b/app-text/epubgrep/epubgrep-0.6.0-r1.ebuild
index f230e271d..b7f322ed5 100644
--- a/app-text/epubgrep/epubgrep-0.6.0-r1.ebuild
+++ b/app-text/epubgrep/epubgrep-0.6.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -19,14 +19,14 @@ RESTRICT="!test? ( test )"
RDEPEND="
dev-libs/boost[nls]
app-arch/libarchive[bzip2,iconv,lzma,zlib(+)]
- dev-libs/libfmt
+ <dev-libs/libfmt-9.0.0
dev-libs/pugixml
"
DEPEND="
${RDEPEND}
dev-cpp/termcolor
dev-cpp/nlohmann_json
- test? ( dev-cpp/catch )
+ test? ( <dev-cpp/catch-3.0.0 )
"
BDEPEND="
sys-devel/gettext