From 556617a6bc418c7ebbb691707d9f886daf170a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Thu, 24 Dec 2020 18:24:21 +0300 Subject: [PATCH] =?UTF-8?q?sys-apps/portage:=20=D0=B4=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=BF=D0=B0=D1=80=D0=B0=D0=BC?= =?UTF-8?q?=D0=B5=D1=82=D1=80=D1=8B=20=D1=81=D0=B6=D0=B0=D1=82=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=B1=D0=B8=D0=BD=D0=B0=D1=80=D0=BD=D1=8B=D1=85=20=D0=BF?= =?UTF-8?q?=D0=B0=D0=BA=D0=B5=D1=82=D0=BE=D0=B2=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D1=81=D0=B1=D0=BE=D1=80=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../3.6/6_ac_builder_prepare/sys-apps/portage/zz-builder | 3 ++- .../sys-apps/portage/portage/make.conf/{builder => zz-builder} | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) rename profiles/templates/3.6/6_ac_builder_setup/sys-apps/portage/portage/make.conf/{builder => zz-builder} (87%) diff --git a/profiles/templates/3.6/6_ac_builder_prepare/sys-apps/portage/zz-builder b/profiles/templates/3.6/6_ac_builder_prepare/sys-apps/portage/zz-builder index d94959429..0aedabab8 100644 --- a/profiles/templates/3.6/6_ac_builder_prepare/sys-apps/portage/zz-builder +++ b/profiles/templates/3.6/6_ac_builder_prepare/sys-apps/portage/zz-builder @@ -1,7 +1,8 @@ # Calculate comment=# protected MAKEOPTS="#-os_builder_makeopts-#" -EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --jobs=1" +EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --jobs=1 --verbose-conflicts" PKGDIR="#-cl_builder_pkgdir-#" +BINPKG_COMPRESS_FLAGS="-19 -T#-main.hr_cpu_num-#" #?pkg(dev-util/ccache)!=# FEATURES="${FEATURES} ccache" diff --git a/profiles/templates/3.6/6_ac_builder_setup/sys-apps/portage/portage/make.conf/builder b/profiles/templates/3.6/6_ac_builder_setup/sys-apps/portage/portage/make.conf/zz-builder similarity index 87% rename from profiles/templates/3.6/6_ac_builder_setup/sys-apps/portage/portage/make.conf/builder rename to profiles/templates/3.6/6_ac_builder_setup/sys-apps/portage/portage/make.conf/zz-builder index 7292500c8..0aedabab8 100644 --- a/profiles/templates/3.6/6_ac_builder_setup/sys-apps/portage/portage/make.conf/builder +++ b/profiles/templates/3.6/6_ac_builder_setup/sys-apps/portage/portage/make.conf/zz-builder @@ -2,6 +2,7 @@ MAKEOPTS="#-os_builder_makeopts-#" EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --jobs=1 --verbose-conflicts" PKGDIR="#-cl_builder_pkgdir-#" +BINPKG_COMPRESS_FLAGS="-19 -T#-main.hr_cpu_num-#" #?pkg(dev-util/ccache)!=# FEATURES="${FEATURES} ccache"