commit: 5043bc21b6dc1ad72c69afcdd342d2d36df51113
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 00:18:50 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 30 02:49:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5043bc21
sys-apps/texinfo: use confcache
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/texinfo/texinfo-6.8.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sys-apps/texinfo/texinfo-6.8.ebuild
b/sys-apps/texinfo/texinfo-6.8.ebuild
index be21633802a7..0935accde6c5 100644
--- a/sys-apps/texinfo/texinfo-6.8.ebuild
+++ b/sys-apps/texinfo/texinfo-6.8.ebuild
@@ -45,7 +45,10 @@ src_configure() {
local -x PERL_EXT_CC="$(tc-getCC)" PERL_EXT_CPPFLAGS="${CPPFLAGS}"
PERL_EXT_CFLAGS="${CFLAGS}" PERL_EXT_LDFLAGS="${LDFLAGS}"
use static && append-ldflags -static
- local myeconfargs=( $(use_enable nls) )
+ local myeconfargs=(
+ --cache-file="${S}"/config.cache
+ $(use_enable nls)
+ )
if use standalone ; then
myeconfargs+=(