FEATURE is preserve-libs, not protect-libs.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson 2013-03-01 23:30:56 +00:00
parent ad6f2f710b
commit 9137eff152

View file

@ -1,3 +1,3 @@
export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/"
export FEATURES="parallel-fetch protect-libs"
export FEATURES="parallel-fetch preserve-libs"
export MAKEOPTS="-j5 -l4"