From 6dcf6d4f1cce2119127c6f4ba1cc68709aac8f3e Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Sun, 24 Jul 2022 00:57:42 +0200 Subject: [PATCH] Adding temporal +systemd in cycle2. --- core/etc/portage/make.conf.CYCLE.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/etc/portage/make.conf.CYCLE.2 b/core/etc/portage/make.conf.CYCLE.2 index 4948f13..34a17f4 100644 --- a/core/etc/portage/make.conf.CYCLE.2 +++ b/core/etc/portage/make.conf.CYCLE.2 @@ -4,7 +4,7 @@ CXXFLAGS="${COMMON_FLAGS}" FCFLAGS="${COMMON_FLAGS}" FFLAGS="${COMMON_FLAGS}" MAKEOPTS="-j1" -USE="screencast cpu_flags_x86_sse2 -gpm" +USE="screencast cpu_flags_x86_sse2 -gpm systemd" PORTDIR="/var/db/repos/gentoo" DISTDIR="/var/cache/distfiles"