mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user