#!/bin/bash eix-sync >/dev/null export EMERGE_DEFAULT_OPTS="--alphabetical --color=n --nospinner --quiet" export FEATURES="nocolor notitles" # Fetch the stuff that this system (and presumeably all nodes) need emerge --deep --newuse --update --fetchonly world >/dev/null # Report these updates # emerge --deep --newuse --pretend --update --verbose world