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 E4A1B15823F for ; Sat, 18 Nov 2023 16:46:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31CED2BC017; Sat, 18 Nov 2023 16:46:41 +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 A8F4C2BC015 for ; Sat, 18 Nov 2023 16:46:40 +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 B5669335D12 for ; Sat, 18 Nov 2023 16:46:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01039139E for ; Sat, 18 Nov 2023 16:46:38 +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: <1700324360.a87c667cd18e516e5b1745931fbe4a12469aeb6b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/expect/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/expect/expect-5.45.4-r4.ebuild X-VCS-Directories: dev-tcltk/expect/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a87c667cd18e516e5b1745931fbe4a12469aeb6b X-VCS-Branch: master Date: Sat, 18 Nov 2023 16:46:38 +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: 487e41d7-cf86-41b8-87c8-5f48f7da3723 X-Archives-Hash: ae155e74157b4df84d118588c7f82013 commit: a87c667cd18e516e5b1745931fbe4a12469aeb6b Author: Sam James gentoo org> AuthorDate: Sat Nov 18 16:00:44 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 18 16:19:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87c667c dev-tcltk/expect: use configure cache for subconfigure Signed-off-by: Sam James gentoo.org> dev-tcltk/expect/expect-5.45.4-r4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-tcltk/expect/expect-5.45.4-r4.ebuild b/dev-tcltk/expect/expect-5.45.4-r4.ebuild index 62cf75c497b3..60554aac0b66 100644 --- a/dev-tcltk/expect/expect-5.45.4-r4.ebuild +++ b/dev-tcltk/expect/expect-5.45.4-r4.ebuild @@ -52,6 +52,7 @@ src_configure() { # the 64bit flag is useless ... it only adds 64bit compiler flags # (like -m64) which the target toolchain should already handle econf \ + --cache-file="${S}"/config.cache \ --with-tcl="${EPREFIX}/usr/$(get_libdir)" \ --disable-64bit \ --enable-shared \