mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -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
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user