From c55cf6ac64298671b1150c5d584f8d4df1a9a4e1 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Sun, 26 Apr 2020 11:20:26 -0400 Subject: [PATCH] pentoo-updater: hopefully binpkg-multi-instance works now --- scripts/pentoo-updater.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/pentoo-updater.sh b/scripts/pentoo-updater.sh index 80f29f2a7..f4c5e0d32 100755 --- a/scripts/pentoo-updater.sh +++ b/scripts/pentoo-updater.sh @@ -427,8 +427,6 @@ if [ -n "${clst_target}" ]; then echo 'pentoo/pentoo-cracking amdopencl intel-opencl' >> /etc/portage/profile/package.use #add in pentoo-extra to build more binpkgs echo 'USE="pentoo-extra"' >> /etc/portage/profile/make.defaults - #so, we don't want binpkgs of mesa for non-defaults, but we have to built it to build the rest of kde - emerge --buildpkg=n media-libs/mesa --oneshot || safe_exit emerge --buildpkg @changed-deps || safe_exit emerge --buildpkg --usepkg --onlydeps --oneshot --deep --update --newuse --changed-deps --newrepo pentoo/pentoo || safe_exit etc-update --automode -5 || safe_exit