diff --git a/check_updates.sh b/check_updates.sh index ee503b1..157dd78 100755 --- a/check_updates.sh +++ b/check_updates.sh @@ -15,6 +15,12 @@ PORTAGE_QUIET='1' eix-sync 1>/dev/null 2>${TMP_FILE} +emerge -v --update --newuse --deep --with-bdeps=y --quiet-build=y @security \ + &>> ${TMP_FILE} +emerge -v --update --newuse --deep --with-bdeps=y --quiet-build=y @system \ + &>> ${TMP_FILE} +emerge -v --update --newuse --deep --with-bdeps=y --quiet-build=y @unavailable + &>> ${TMP_FILE} emerge -v --update --newuse --deep --with-bdeps=y --quiet-build=y @world \ &>> ${TMP_FILE}