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 2B58A15806E for ; Mon, 5 Jun 2023 05:39:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AA2EE0949; Mon, 5 Jun 2023 05:39:21 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF098E0949 for ; Mon, 5 Jun 2023 05:39:20 +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 00E19340F31 for ; Mon, 5 Jun 2023 05:39:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7541EA5A for ; Mon, 5 Jun 2023 05:39:18 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1685943546.a9511d3124e41b1af1cf9d953d9866e3e1e2ee05.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/neon/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/neon/neon-0.32.4-r1.ebuild net-libs/neon/neon-0.32.4.ebuild X-VCS-Directories: net-libs/neon/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a9511d3124e41b1af1cf9d953d9866e3e1e2ee05 X-VCS-Branch: master Date: Mon, 5 Jun 2023 05:39:18 +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: 9510f967-e05d-4ccf-8717-f3718ceac7c0 X-Archives-Hash: 9c132d2b3785e7300eb673efcfecc899 commit: a9511d3124e41b1af1cf9d953d9866e3e1e2ee05 Author: orbea riseup net> AuthorDate: Mon Jun 5 05:32:20 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 5 05:39:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9511d31 net-libs/neon: apply patches Fixes: https://github.com/gentoo/gentoo/commit/59879db8e97318941bd2da04d53878cf04c47202 Bug: https://bugs.gentoo.org/832851 Bug: https://bugs.gentoo.org/903001 Signed-off-by: orbea riseup.net> Closes: https://github.com/gentoo/gentoo/pull/31313 Signed-off-by: Sam James gentoo.org> net-libs/neon/{neon-0.32.4.ebuild => neon-0.32.4-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/neon/neon-0.32.4.ebuild b/net-libs/neon/neon-0.32.4-r1.ebuild similarity index 99% rename from net-libs/neon/neon-0.32.4.ebuild rename to net-libs/neon/neon-0.32.4-r1.ebuild index 0f217f0a4475..eb9b9acbed73 100644 --- a/net-libs/neon/neon-0.32.4.ebuild +++ b/net-libs/neon/neon-0.32.4-r1.ebuild @@ -56,7 +56,7 @@ src_prepare() { sed -e "s/T(pkcs11)/T_XFAIL(pkcs11)/" -i test/ssl.c || die fi - eapply_user + default AT_M4DIR="macros" eautoreconf