From ebb001bb26c16ce9b5da03ff4493beec6980a65c Mon Sep 17 00:00:00 2001 From: Zero_Chaos Date: Sat, 29 Jun 2013 04:03:21 +0000 Subject: [PATCH] profile: --with-bdeps=y, not having it is bad --- profiles/pentoo/base/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/pentoo/base/make.defaults b/profiles/pentoo/base/make.defaults index d2307296c..c5470c4db 100644 --- a/profiles/pentoo/base/make.defaults +++ b/profiles/pentoo/base/make.defaults @@ -21,7 +21,7 @@ FEATURES="${FEATURES} usersandbox protect-owned userpriv userfetch fixlafiles ne #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) #DOES NOT WORK #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" -EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --ask-enter-invalid --keep-going=y --binpkg-respect-use=y --tree --verbose" +EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --ask-enter-invalid --keep-going=y --binpkg-respect-use=y --tree --verbose --with-bdeps=y" XFCE_PLUGINS="${XFCE_PLUGINS} brightness menu logout trash"