Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/texinfo/
Date: Mon, 30 May 2022 02:49:29
Message-Id: 1653878958.5043bc21b6dc1ad72c69afcdd342d2d36df51113.sam@gentoo
1 commit: 5043bc21b6dc1ad72c69afcdd342d2d36df51113
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 00:18:50 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 02:49:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5043bc21
7
8 sys-apps/texinfo: use confcache
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/texinfo/texinfo-6.8.ebuild | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/sys-apps/texinfo/texinfo-6.8.ebuild b/sys-apps/texinfo/texinfo-6.8.ebuild
16 index be21633802a7..0935accde6c5 100644
17 --- a/sys-apps/texinfo/texinfo-6.8.ebuild
18 +++ b/sys-apps/texinfo/texinfo-6.8.ebuild
19 @@ -45,7 +45,10 @@ src_configure() {
20 local -x PERL_EXT_CC="$(tc-getCC)" PERL_EXT_CPPFLAGS="${CPPFLAGS}" PERL_EXT_CFLAGS="${CFLAGS}" PERL_EXT_LDFLAGS="${LDFLAGS}"
21
22 use static && append-ldflags -static
23 - local myeconfargs=( $(use_enable nls) )
24 + local myeconfargs=(
25 + --cache-file="${S}"/config.cache
26 + $(use_enable nls)
27 + )
28
29 if use standalone ; then
30 myeconfargs+=(