commit: e86cc428c2b68feed080864ca12a1fe8bdd3dcc7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 16:36:37 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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)