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 C6873158015 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 EC1A72BC048; Fri, 29 Dec 2023 00:24:04 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0BCE2BC048 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 C745034068A 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 3242614B7 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: <1703808779.0a4ad59874a7a2dc4682ed6f285047b1b89b33f3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dibbler/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/dibbler/dibbler-1.0.1-r4.ebuild X-VCS-Directories: net-misc/dibbler/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0a4ad59874a7a2dc4682ed6f285047b1b89b33f3 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: d51f13ec-5788-4bd5-b49a-0db0a397aaa6 X-Archives-Hash: 79d620f762686ec8698112a1ad123071 commit: 0a4ad59874a7a2dc4682ed6f285047b1b89b33f3 Author: Sam James gentoo org> AuthorDate: Thu Dec 28 16:37:37 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 29 00:12:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4ad598 net-misc/dibbler: use configure cache for subconfigure Signed-off-by: Sam James gentoo.org> net-misc/dibbler/dibbler-1.0.1-r4.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-misc/dibbler/dibbler-1.0.1-r4.ebuild b/net-misc/dibbler/dibbler-1.0.1-r4.ebuild index b6fa854d515d..fb3201a46045 100644 --- a/net-misc/dibbler/dibbler-1.0.1-r4.ebuild +++ b/net-misc/dibbler/dibbler-1.0.1-r4.ebuild @@ -33,7 +33,9 @@ src_configure() { # Uses removed 'register' keyword append-cxxflags -std=c++14 - econf $(use_enable resolvconf) + econf \ + --cache-file="${S}"/config.cache \ + $(use_enable resolvconf) } src_compile() {