Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libintl/
Date: Mon, 30 May 2022 02:49:29
Message-Id: 1653878955.cb3052f9dbf1062d6aa65262cee501ceb8645301.sam@gentoo
1 commit: cb3052f9dbf1062d6aa65262cee501ceb8645301
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 00:03:28 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 02:49:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3052f9
7
8 dev-libs/libintl: use confcache
9
10 Like we do with gettext.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-libs/libintl/libintl-0.21.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/dev-libs/libintl/libintl-0.21.ebuild b/dev-libs/libintl/libintl-0.21.ebuild
18 index 54944c9356a9..c0d55f3fb99d 100644
19 --- a/dev-libs/libintl/libintl-0.21.ebuild
20 +++ b/dev-libs/libintl/libintl-0.21.ebuild
21 @@ -38,6 +38,8 @@ src_prepare() {
22
23 multilib_src_configure() {
24 local myconf=(
25 + --cache-file="${BUILD_DIR}"/config.cache
26 +
27 # Emacs support is now in a separate package.
28 --without-emacs
29 --without-lispdir