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 5D1A0158094 for ; Tue, 23 Aug 2022 03:51:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BACBE077A; Tue, 23 Aug 2022 03:51:37 +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 B7F04E077A for ; Tue, 23 Aug 2022 03:51:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6A925340E02 for ; Tue, 23 Aug 2022 03:51:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B192656D for ; Tue, 23 Aug 2022 03:51:33 +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: <1661226656.9c64630b7310ff9061ee74b82503ba186c6a6841.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/folly/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/folly/folly-2022.08.22.00.ebuild X-VCS-Directories: dev-cpp/folly/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9c64630b7310ff9061ee74b82503ba186c6a6841 X-VCS-Branch: master Date: Tue, 23 Aug 2022 03:51:33 +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: 1ae051b6-eefc-4ff7-9387-87f7a824725a X-Archives-Hash: ec61595f39d13518b2c5ab4d5e6e36e1 commit: 9c64630b7310ff9061ee74b82503ba186c6a6841 Author: Sam James gentoo org> AuthorDate: Tue Aug 23 03:50:56 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 23 03:50:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c64630b dev-cpp/folly: disable ccache Signed-off-by: Sam James gentoo.org> dev-cpp/folly/folly-2022.08.22.00.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-cpp/folly/folly-2022.08.22.00.ebuild b/dev-cpp/folly/folly-2022.08.22.00.ebuild index 4b5d8e1a778e..455df9c64760 100644 --- a/dev-cpp/folly/folly-2022.08.22.00.ebuild +++ b/dev-cpp/folly/folly-2022.08.22.00.ebuild @@ -73,8 +73,10 @@ pkg_setup() { } src_configure() { - # TODO: liburing could in theory be optional but fails to link + # Fragile when changing compilers + export CCACHE_DISABLE=1 + # TODO: liburing could in theory be optional but fails to link local mycmakeargs=( -DLIB_INSTALL_DIR="$(get_libdir)"