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 77030158015 for ; Fri, 29 Dec 2023 00:24:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4C5F2BC05E; Fri, 29 Dec 2023 00:24:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B080E2BC048 for ; Fri, 29 Dec 2023 00:24:04 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0A87340C42 for ; Fri, 29 Dec 2023 00:24:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F2E914B5 for ; Fri, 29 Dec 2023 00:24:02 +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: <1703808778.5584d671ccd43f5c8977b635ab91b2e62dddcbb3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/lldpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/lldpd/lldpd-1.0.17.ebuild X-VCS-Directories: net-misc/lldpd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5584d671ccd43f5c8977b635ab91b2e62dddcbb3 X-VCS-Branch: master Date: Fri, 29 Dec 2023 00:24:02 +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: 05cb9008-30ee-4fa9-adee-a4a2ece8a963 X-Archives-Hash: 1958cdc76753474237d80133337c8ddb commit: 5584d671ccd43f5c8977b635ab91b2e62dddcbb3 Author: Sam James gentoo org> AuthorDate: Thu Dec 28 16:25:28 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 29 00:12:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5584d671 net-misc/lldpd: use configure cache for subconfigure Not that it makes a difference here right now. Signed-off-by: Sam James gentoo.org> net-misc/lldpd/lldpd-1.0.17.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/lldpd/lldpd-1.0.17.ebuild b/net-misc/lldpd/lldpd-1.0.17.ebuild index bd0f6ba2ac4e..af1971ca5824 100644 --- a/net-misc/lldpd/lldpd-1.0.17.ebuild +++ b/net-misc/lldpd/lldpd-1.0.17.ebuild @@ -55,6 +55,7 @@ src_configure() { export ac_cv_header_valgrind_valgrind_h=$(usex valgrind) econf \ + --cache-file="${S}"/config.cache \ --without-embedded-libevent \ --with-privsep-user=${PN} \ --with-privsep-group=${PN} \