Neil Bothwick writes: > On Thu, 26 Jul 2012 12:50:09 +0200, Silvio Siefke wrote:
> > gentoo-mobile siefke # emerge --newuse --update > > =dev-lang/python-2.7.2-r3 Calculating dependencies... done! > > >>> Auto-cleaning packages... > > > > >>> No outdated packages were found on your system. > > gentoo-mobile siefke # > > That's correct, because you used --update, so the package is only built > if a newer version is available. Drop --update and it will build the > package. It would build it, but with the same USE flags, so this would make no change. If Silvia had changed the USE flag for python, --newuse would make emerge rebuild it, with or without --update. BTW, also add --oneshot / -1 to the emerge options, so the packages you build manually do not end up in your world file. Unless you explicitly want that, but when rebuilding existing things, they either are already in world, or they are dependencies that do not need to be in world. Wonko