From a4701d94e62b533e064a227e5e150447d4df1cec Mon Sep 17 00:00:00 2001 From: Zero_Chaos Date: Sun, 31 Aug 2014 03:06:18 +0000 Subject: [PATCH] profile: don't build binpkgs for pentoo-installer, it's not worth it and can jam up on 9999 version --- profiles/pentoo/base/make.defaults | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/profiles/pentoo/base/make.defaults b/profiles/pentoo/base/make.defaults index b5e737fa8..b04644ccb 100644 --- a/profiles/pentoo/base/make.defaults +++ b/profiles/pentoo/base/make.defaults @@ -19,8 +19,9 @@ FEATURES="${FEATURES} usersandbox protect-owned userpriv userfetch fixlafiles ne #for major use of binpkgs, we need to "fix" a few of gentoo's flaws: #a package built against kernel A will attempt to be used even when remerging on kernel B (often to hilarious consequences) #so we will define a long list of such packages and exclude them from being built and used (catch it on both ends to avoid issues) -PENTOO_BINPKG_RESTRICTED="sys-kernel/compat-drivers sys-kernel/ax88179_178a x11-drivers/ati-drivers x11-drivers/nvidia-drivers sys-fs/zfs-kmod sys-kernel/spl sys-power/bbswitch \ - app-emulation/virtualbox-modules app-emulation/vmware-modules app-emulation/open-vm-tools-kmod" +PENTOO_BINPKG_RESTRICTED="sys-kernel/compat-drivers sys-kernel/ax88179_178a x11-drivers/ati-drivers x11-drivers/nvidia-drivers sys-fs/zfs-kmod sys-kernel/spl \ + sys-power/bbswitch pentoo/pentoo-installer \ + app-emulation/virtualbox-modules app-emulation/vmware-modules app-emulation/open-vm-tools-kmod sys-kernel/genkernel sys-kernel/pentoo-sources" EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --ask-enter-invalid --keep-going=y --binpkg-respect-use=y --tree --verbose --with-bdeps=y --autounmask=n" EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --buildpkg-exclude \"${PENTOO_BINPKG_RESTRICTED}\" --usepkg-exclude \"${PENTOO_BINPKG_RESTRICTED}\""