Summary: | dev-lang/python-2.4.1-r1: /usr/sbin/python-updater gives useless message | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | trivial | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Toralf Förster
![]() Please, read the code... Ok, I read the code. What's about: n22 /usr/sbin # diff -u python-updater.old python-updater --- python-updater.old 2005-10-10 16:07:59.000000000 +0200 +++ python-updater 2005-10-10 16:11:57.000000000 +0200 @@ -200,6 +200,13 @@ done done + +if [[ -z "${PKGS_TO_REMERGE}" ]]; then + eloginfo "nothing to do :-)" + exit 0 +fi + + # now we have to do each emerge seperately because if an installed version # does not have the corresponding ebuild in portage, then it will bail. |