diff options
author | Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> | 2024-04-04 08:10:30 -0400 |
---|---|---|
committer | Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> | 2024-04-04 08:10:30 -0400 |
commit | 01f9da1e6c52735ec6e0227eb41340ea45363984 (patch) | |
tree | 41a0b15d86aaf35c5ed16defe75734399ec6d010 | |
parent | dev-libs/jose: drop 11-r1 (diff) | |
download | guru-01f9da1e6c52735ec6e0227eb41340ea45363984.tar.gz guru-01f9da1e6c52735ec6e0227eb41340ea45363984.tar.bz2 guru-01f9da1e6c52735ec6e0227eb41340ea45363984.zip |
net-mail/dovecot-fts-xapian: Patch Base64 debug verbosity
Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>
-rw-r--r-- | net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.9.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 5287bc2d2..c3dcbbef8 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() { |