From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7EE7158091 for ; Mon, 30 May 2022 02:49:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 880E2E0937; Mon, 30 May 2022 02:49:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44C5EE0936 for ; Mon, 30 May 2022 02:49:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5BFC341723 for ; Mon, 30 May 2022 02:49:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F46548C for ; Mon, 30 May 2022 02:49:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1653878955.cb3052f9dbf1062d6aa65262cee501ceb8645301.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libintl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libintl/libintl-0.21.ebuild X-VCS-Directories: dev-libs/libintl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cb3052f9dbf1062d6aa65262cee501ceb8645301 X-VCS-Branch: master Date: Mon, 30 May 2022 02:49:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 66cd9f60-c93d-4c7d-a610-87b3563734ca X-Archives-Hash: 4b6cce5e2ca28b6f66155792377093fb commit: cb3052f9dbf1062d6aa65262cee501ceb8645301 Author: Sam James gentoo org> AuthorDate: Mon May 30 00:03:28 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 30 02:49:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3052f9 dev-libs/libintl: use confcache Like we do with gettext. Signed-off-by: Sam James gentoo.org> dev-libs/libintl/libintl-0.21.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/libintl/libintl-0.21.ebuild b/dev-libs/libintl/libintl-0.21.ebuild index 54944c9356a9..c0d55f3fb99d 100644 --- a/dev-libs/libintl/libintl-0.21.ebuild +++ b/dev-libs/libintl/libintl-0.21.ebuild @@ -38,6 +38,8 @@ src_prepare() { multilib_src_configure() { local myconf=( + --cache-file="${BUILD_DIR}"/config.cache + # Emacs support is now in a separate package. --without-emacs --without-lispdir