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 C4E1415838C for ; Wed, 17 Jan 2024 05:47:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C18DEE2AAF; Wed, 17 Jan 2024 05:47:32 +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 9C3E0E2AAF for ; Wed, 17 Jan 2024 05:47:32 +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 B47ED34335E for ; Wed, 17 Jan 2024 05:47:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E643314B5 for ; Wed, 17 Jan 2024 05:47:28 +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: <1705470327.ff607635ebb872f38cc79139f29cf58959595213.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/nss-mdns/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/nss-mdns/nss-mdns-0.15.1.ebuild X-VCS-Directories: sys-auth/nss-mdns/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ff607635ebb872f38cc79139f29cf58959595213 X-VCS-Branch: master Date: Wed, 17 Jan 2024 05:47:28 +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: b3c1f277-1676-4c52-b2b7-89b814ce9237 X-Archives-Hash: f7220c5d0ba1c65d02f8bf0df3045e89 commit: ff607635ebb872f38cc79139f29cf58959595213 Author: Sam James gentoo org> AuthorDate: Wed Jan 17 05:45:27 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 17 05:45:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff607635 sys-auth/nss-mdns: add note re autoreconf Signed-off-by: Sam James gentoo.org> sys-auth/nss-mdns/nss-mdns-0.15.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-auth/nss-mdns/nss-mdns-0.15.1.ebuild b/sys-auth/nss-mdns/nss-mdns-0.15.1.ebuild index 3a3ef1f43012..2c1aa9581be0 100644 --- a/sys-auth/nss-mdns/nss-mdns-0.15.1.ebuild +++ b/sys-auth/nss-mdns/nss-mdns-0.15.1.ebuild @@ -24,6 +24,7 @@ PATCHES=( src_prepare() { default + # Only needed for LLD 17 patch eautoreconf }