I have started doing some x86 arch testing and I am still learning bash so I came up with a little script to automate an update and to disable and then enable the feature "test"
#!/bin/bash sed -i -e '/^ *$/d' /etc/make.conf sed -i -e 's:FEATURES="${FEATURES} test": :' /etc/make.conf emerge --sync && emerge -uD world && revdep-rebuild echo 'FEATURES="${FEATURES} test"' >> /etc/make.conf
Powered by Drupal and Drupal Theme created by vigilianty.