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 A79C2158041 for ; Thu, 4 Apr 2024 12:11:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5F7EE2A22; Thu, 4 Apr 2024 12:11:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id A2656E2A22 for ; Thu, 4 Apr 2024 12:11:12 +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 5C69A343130 for ; Thu, 4 Apr 2024 12:11:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FB4E15E5 for ; Thu, 4 Apr 2024 12:11:09 +0000 (UTC) From: "Philippe Chaintreuil" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Philippe Chaintreuil" Message-ID: <1712232630.01f9da1e6c52735ec6e0227eb41340ea45363984.gentoo_bugs_peep@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-mail/dovecot-fts-xapian/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.9.ebuild X-VCS-Directories: net-mail/dovecot-fts-xapian/ X-VCS-Committer: gentoo_bugs_peep X-VCS-Committer-Name: Philippe Chaintreuil X-VCS-Revision: 01f9da1e6c52735ec6e0227eb41340ea45363984 X-VCS-Branch: dev Date: Thu, 4 Apr 2024 12:11:09 +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: 1f7391e9-6baa-4751-aef8-22f55c3e8c55 X-Archives-Hash: 2fd28a0dba43de50a0edc47ce5d5f1c1 commit: 01f9da1e6c52735ec6e0227eb41340ea45363984 Author: Philippe Chaintreuil parallaxshift com> AuthorDate: Thu Apr 4 12:10:30 2024 +0000 Commit: Philippe Chaintreuil parallaxshift com> CommitDate: Thu Apr 4 12:10:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01f9da1e net-mail/dovecot-fts-xapian: Patch Base64 debug verbosity Signed-off-by: Philippe Chaintreuil parallaxshift.com> net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.9.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.9.ebuild b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.9.ebuild index 5287bc2d25..c3dcbbef8e 100644 --- a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.9.ebuild +++ b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.9.ebuild @@ -26,6 +26,7 @@ BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}/bug-887887_allow-O2-override.patch" + "${FILESDIR}/20240401_verbosity-fix.patch" ) src_prepare() {