From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B65F15808B for ; Sun, 13 Feb 2022 20:08:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A62EBE091A; Sun, 13 Feb 2022 20:08:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F703E091A for ; Sun, 13 Feb 2022 20:08:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75D70342DAA for ; Sun, 13 Feb 2022 20:08:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9E832D6 for ; Sun, 13 Feb 2022 20:07:59 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1644782780.d684d7a39464e7771d3c6c08d3ef981ed14f3bd9.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/epubgrep/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/epubgrep/epubgrep-0.5.1-r1.ebuild app-text/epubgrep/epubgrep-0.5.1.ebuild app-text/epubgrep/epubgrep-0.6.0-r1.ebuild app-text/epubgrep/epubgrep-0.6.0.ebuild X-VCS-Directories: app-text/epubgrep/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d684d7a39464e7771d3c6c08d3ef981ed14f3bd9 X-VCS-Branch: dev Date: Sun, 13 Feb 2022 20:07:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3f51e70e-7527-475a-95e0-62247230b204 X-Archives-Hash: 8a36c15fdc6d58b4b3b9cd0c3e5c8250 Message-ID: <20220213200759.otSgWsU7S4oDWKIyHJPPkRamU2YpfBUReWhx1VWSsvQ@z> commit: d684d7a39464e7771d3c6c08d3ef981ed14f3bd9 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Feb 13 20:06:20 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Feb 13 20:06:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d684d7a3 app-text/epubgrep: Update for libarchive[zlib] flag removal Signed-off-by: Arthur Zamarin gentoo.org> app-text/epubgrep/{epubgrep-0.5.1.ebuild => epubgrep-0.5.1-r1.ebuild} | 2 +- app-text/epubgrep/{epubgrep-0.6.0.ebuild => epubgrep-0.6.0-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/epubgrep/epubgrep-0.5.1.ebuild b/app-text/epubgrep/epubgrep-0.5.1-r1.ebuild similarity index 94% rename from app-text/epubgrep/epubgrep-0.5.1.ebuild rename to app-text/epubgrep/epubgrep-0.5.1-r1.ebuild index 82f8cf70b..f230e271d 100644 --- a/app-text/epubgrep/epubgrep-0.5.1.ebuild +++ b/app-text/epubgrep/epubgrep-0.5.1-r1.ebuild @@ -18,7 +18,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 " diff --git a/app-text/epubgrep/epubgrep-0.6.0.ebuild b/app-text/epubgrep/epubgrep-0.6.0-r1.ebuild similarity index 94% rename from app-text/epubgrep/epubgrep-0.6.0.ebuild rename to app-text/epubgrep/epubgrep-0.6.0-r1.ebuild index 82f8cf70b..f230e271d 100644 --- a/app-text/epubgrep/epubgrep-0.6.0.ebuild +++ b/app-text/epubgrep/epubgrep-0.6.0-r1.ebuild @@ -18,7 +18,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 "