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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 420A51382C5 for ; Sat, 20 Mar 2021 12:52:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71830E081A; Sat, 20 Mar 2021 12:52:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54ED1E081A for ; Sat, 20 Mar 2021 12:52:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08CAA340871 for ; Sat, 20 Mar 2021 12:52:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 317945BA for ; Sat, 20 Mar 2021 12:52:40 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1616244737.bfdd730d8a5a3d5e8a4a06039e607288abadaa4e.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/courier-imap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/courier-imap/courier-imap-5.0.11.ebuild X-VCS-Directories: net-mail/courier-imap/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: bfdd730d8a5a3d5e8a4a06039e607288abadaa4e X-VCS-Branch: master Date: Sat, 20 Mar 2021 12:52:40 +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: 1080b27e-54b1-4ba3-b4c3-2bb4d9cac58e X-Archives-Hash: 978a615901c2c3ff760131fe97c59d44 commit: bfdd730d8a5a3d5e8a4a06039e607288abadaa4e Author: Alfredo Tupone gentoo org> AuthorDate: Sat Mar 20 12:52:17 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Mar 20 12:52:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfdd730d net-mail/courier-imap: update autoconf files Closes: https://bugs.gentoo.org/775932 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> net-mail/courier-imap/courier-imap-5.0.11.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-mail/courier-imap/courier-imap-5.0.11.ebuild b/net-mail/courier-imap/courier-imap-5.0.11.ebuild index efa94a72c72..03ee783a1b3 100644 --- a/net-mail/courier-imap/courier-imap-5.0.11.ebuild +++ b/net-mail/courier-imap/courier-imap-5.0.11.ebuild @@ -81,6 +81,7 @@ src_prepare() { eapply "${FILESDIR}/${PN}-4.17-db4-configure.ac.patch" fi + cd libs/rootcerts & autoupdate eautoreconf }