app-text/epubgrep: Fix libarchive dependency

This commit is contained in:
tastytea 2022-02-22 01:41:54 +01:00
parent 8721d96578
commit 2edfb78464
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 2 additions and 2 deletions

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
EAPI=7
@ -16,7 +16,7 @@ RESTRICT="!test? ( test )"
RDEPEND="
dev-libs/boost[nls]
app-arch/libarchive[bzip2,iconv,lzma,zlib]
app-arch/libarchive[bzip2,iconv,lzma,zlib(+)]
dev-libs/libfmt
dev-libs/pugixml
"