From 0be5f261a065e03e790a1aab6b553f861fc820d9 Mon Sep 17 00:00:00 2001 From: Zero_Chaos Date: Sun, 30 Jun 2013 05:24:35 +0000 Subject: [PATCH] profile: remove minor cruft from failed experiment --- profiles/pentoo/base/profile.bashrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/profiles/pentoo/base/profile.bashrc b/profiles/pentoo/base/profile.bashrc index d648e2329..b0e11daff 100644 --- a/profiles/pentoo/base/profile.bashrc +++ b/profiles/pentoo/base/profile.bashrc @@ -4,6 +4,3 @@ echo ${MAKEOPTS} | grep -q -e -j || export MAKEOPTS="-j${CORES} -l${CORES}" #by the time this is parsed, EMERGE_DEFAULT_OPTS are already applied, this file is too late #echo ${EMERGE_DEFAULT_OPTS} | grep -q jobs || export EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --jobs=${CORES} --load-average=${CORES}" - -#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} = *" ${CATEGORY}/${PN} "* ]] && FEATURES=${FEATURES/buildpkg}