From 3a1b5e0f350b2e493d2b2b685f6dd02ae1b70ea7 Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Sat, 29 Aug 2026 06:10:24 +0800 Subject: [PATCH] =?UTF-8?q?gentoo=5Fportage:=20=E5=85=B3=E6=8E=89=20distcc?= =?UTF-8?q?=20=E7=89=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gentoo_portage/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo_portage/make.conf b/gentoo_portage/make.conf index 175b84a..c1b6bef 100644 --- a/gentoo_portage/make.conf +++ b/gentoo_portage/make.conf @@ -21,7 +21,7 @@ BINPKG_FORMAT="gpkg" EMERGE_DEFAULT_OPTS="--buildpkg --buildpkg-exclude \"virtual/* sys-kernel/*-sources */*-bin\" ${EMERGE_DEFAULT_OPTS}" # ccache and distcc -FEATURES="distcc ccache ${FEATURES}" +FEATURES="ccache ${FEATURES}" CCACHE_DIR="/var/cache/ccache" CCACHE_UMASK="0002"