Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/epubgrep/
Date: Tue, 16 Aug 2022 19:10:43
Message-Id: 1660677012.784698fa321e9e117d26c4cd18ec5c0f2a77e7de.tastytea@gentoo
1 commit: 784698fa321e9e117d26c4cd18ec5c0f2a77e7de
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Tue Aug 16 15:02:50 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Tue Aug 16 19:10:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=784698fa
7
8 app-text/epubgrep: fix deps
9
10 Closes: https://bugs.gentoo.org/859661
11 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
12
13 app-text/epubgrep/epubgrep-0.6.0-r1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-text/epubgrep/epubgrep-0.6.0-r1.ebuild b/app-text/epubgrep/epubgrep-0.6.0-r1.ebuild
17 index f230e271d..b7f322ed5 100644
18 --- a/app-text/epubgrep/epubgrep-0.6.0-r1.ebuild
19 +++ b/app-text/epubgrep/epubgrep-0.6.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2021 Gentoo Authors
22 +# Copyright 2021-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -19,14 +19,14 @@ RESTRICT="!test? ( test )"
27 RDEPEND="
28 dev-libs/boost[nls]
29 app-arch/libarchive[bzip2,iconv,lzma,zlib(+)]
30 - dev-libs/libfmt
31 + <dev-libs/libfmt-9.0.0
32 dev-libs/pugixml
33 "
34 DEPEND="
35 ${RDEPEND}
36 dev-cpp/termcolor
37 dev-cpp/nlohmann_json
38 - test? ( dev-cpp/catch )
39 + test? ( <dev-cpp/catch-3.0.0 )
40 "
41 BDEPEND="
42 sys-devel/gettext