Fix bugs 407051 and 458536 by using FEATURES="preserve-libs" on the unmerge step...
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Mon, 4 Mar 2013 03:13:11 +0000 (03:13 +0000)
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Sun, 14 Apr 2013 17:30:11 +0000 (17:30 +0000)
targets/support/unmerge.sh

index 9f1127356b236ec1c1e17451debf1015f0276715..907113e3b12b0ad2f13e0752b13ed50158f413eb 100644 (file)
@@ -2,6 +2,7 @@
 
 source /tmp/chroot-functions.sh
 
 
 source /tmp/chroot-functions.sh
 
+FEATURES="${clst_myfeatures} preserve-libs"
 run_merge -C ${clst_packages}
 
 exit 0
 run_merge -C ${clst_packages}
 
 exit 0