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 644AF15823F for ; Sat, 18 Nov 2023 16:46:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BDB92BC021; Sat, 18 Nov 2023 16:46:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 414672BC024 for ; Sat, 18 Nov 2023 16:46:42 +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 829BD335D2B for ; Sat, 18 Nov 2023 16:46:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF25913AB 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: <1700325397.e86cc428c2b68feed080864ca12a1fe8bdd3dcc7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/oath-toolkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/oath-toolkit/oath-toolkit-2.6.9.ebuild X-VCS-Directories: sys-auth/oath-toolkit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e86cc428c2b68feed080864ca12a1fe8bdd3dcc7 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: c0ca1fc7-987a-4789-84ca-f3fa94b88617 X-Archives-Hash: cc0c59453740151a0c9cca5ef8d84ecd commit: e86cc428c2b68feed080864ca12a1fe8bdd3dcc7 Author: Sam James gentoo org> AuthorDate: Sat Nov 18 16:36:37 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 18 16:36:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86cc428 sys-auth/oath-toolkit: use configure cache for subconfigure Makes a particularly noticeable difference on this one. Signed-off-by: Sam James gentoo.org> sys-auth/oath-toolkit/oath-toolkit-2.6.9.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.9.ebuild b/sys-auth/oath-toolkit/oath-toolkit-2.6.9.ebuild index 0c5a5e61881e..e9692ae5d12d 100644 --- a/sys-auth/oath-toolkit/oath-toolkit-2.6.9.ebuild +++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.9.ebuild @@ -33,6 +33,7 @@ QA_CONFIG_IMPL_DECL_SKIP=( src_configure() { local myeconfargs=( + --cache-file="${S}"/config.cache --enable-pskc $(use_enable test xmltest) $(use_enable pam)