profile: I really should be asleep

This commit is contained in:
Zero_Chaos 2013-05-19 04:42:19 +00:00
parent e768b76025
commit a6c19aa45d

View file

@ -7,5 +7,5 @@ echo ${MAKEOPTS} | grep -q -e -j || export MAKEOPTS="-j${CORES} -l${CORES}"
for i in "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
do
if [[ $CATEGORY/$PN == sys-auth/polkit ]] ; then FEATURES=${FEATURES/buildpkg} ; fi
if [[ $CATEGORY/$PN == ${i} ]] ; then FEATURES=${FEATURES/buildpkg} ; fi
done