commit:     04d875988456bfd1e00214802705a176c9e069a2
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 19:34:04 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu May 23 19:34:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d87598

net-mail/courier-imap: run eautoreconf

Closes: https://bugs.gentoo.org/932356
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 net-mail/courier-imap/courier-imap-5.2.6-r1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/net-mail/courier-imap/courier-imap-5.2.6-r1.ebuild 
b/net-mail/courier-imap/courier-imap-5.2.6-r1.ebuild
index 24f19b37e8d4..5d65cf8a3dba 100644
--- a/net-mail/courier-imap/courier-imap-5.2.6-r1.ebuild
+++ b/net-mail/courier-imap/courier-imap-5.2.6-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-inherit readme.gentoo-r1 systemd
+inherit autotools readme.gentoo-r1 systemd
 
 DESCRIPTION="An IMAP daemon designed specifically for maildirs"
 HOMEPAGE="https://www.courier-mta.org/imap/";
@@ -66,6 +66,11 @@ PATCHES=(
        "${FILESDIR}/${PN}-5.0.8-ar-fix.patch"
 )
 
+src_prepare() {
+       default
+       eautoreconf
+}
+
 src_configure() {
        local myconf=""
 

Reply via email to