overlay: porting the last make.default change here too

This commit is contained in:
Anton Bolshakov 2013-07-24 07:49:10 +00:00
parent 284373d589
commit 08bf0ec3f0

View file

@ -13,3 +13,6 @@ FCFLAGS="${FCFLAGS} -frecord-gcc-switches"
USE="${USE} xinerama"
GRUB_PLATFORMS="coreboot efi-32 efi-64 emu multiboot pc qemu"
#mgorny suggested this speeds up sync, in my testing it makes a rather large difference
PORTAGE_RSYNC_EXTRA_OPTS="--omit-dir-times"