diff --git a/net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild b/net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild index 983cf1d190ae5..6db10e8c81707 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) }