From 2edfb78464415b34f6f5d904772fa5462f8a16ee Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 22 Feb 2022 01:41:54 +0100 Subject: [PATCH] app-text/epubgrep: Fix libarchive dependency --- app-text/epubgrep/epubgrep-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/epubgrep/epubgrep-9999.ebuild b/app-text/epubgrep/epubgrep-9999.ebuild index 9493e7a..31a7d76 100644 --- a/app-text/epubgrep/epubgrep-9999.ebuild +++ b/app-text/epubgrep/epubgrep-9999.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 @@ -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 "