commit: cbcd5712e493b87b418ab112cf002c8bdcddfe19
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 16:06:30 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 16:19:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbcd5712
net-analyzer/ipsumdump: use configure cache for subconfigure
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild
b/net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild
index 983cf1d190ae..6db10e8c8170 100644
--- a/net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild
+++ b/net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -33,6 +33,7 @@ PATCHES=(
src_configure() {
econf \
+ --cache-file="${S}"/config.cache \
$(use_enable ipv6 ip6) \
$(use_enable nanotimestamp)
}