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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D8B015813A for ; Thu, 09 Jan 2025 21:38:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51166E070D; Thu, 09 Jan 2025 21:38:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C63AE070D for ; Thu, 09 Jan 2025 21:38:48 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7659C33BE32 for ; Thu, 09 Jan 2025 21:38:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BB311870 for ; Thu, 09 Jan 2025 21:38:46 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1736458700.1bba22b47df6aaf1ca55cc20dc3c70370652a32b.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/asmail/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/asmail/files/asmail-2.1-update-autotools.patch X-VCS-Directories: net-mail/asmail/files/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 1bba22b47df6aaf1ca55cc20dc3c70370652a32b X-VCS-Branch: master Date: Thu, 09 Jan 2025 21:38:46 +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: 67e13690-9e05-4de2-9aa9-e8cc586eb503 X-Archives-Hash: 5a88e1f7993997c88699b05b96e28219 commit: 1bba22b47df6aaf1ca55cc20dc3c70370652a32b Author: Petr Vaněk gentoo org> AuthorDate: Thu Jan 9 21:23:27 2025 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Thu Jan 9 21:38:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bba22b4 net-mail/asmail: Fix typo in the patch description Signed-off-by: Petr Vaněk gentoo.org> net-mail/asmail/files/asmail-2.1-update-autotools.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/asmail/files/asmail-2.1-update-autotools.patch b/net-mail/asmail/files/asmail-2.1-update-autotools.patch index 287b36480111..4899b0deddca 100644 --- a/net-mail/asmail/files/asmail-2.1-update-autotools.patch +++ b/net-mail/asmail/files/asmail-2.1-update-autotools.patch @@ -1,4 +1,4 @@ -I order to compile this package with clang we need to run autoreconf. Newer autotools complain about +In order to compile this package with clang we need to run autoreconf. Newer autotools complain about the several declarations of the same header. MD5 calculation is split from libssl into libcrypto.