On Thu, Nov 19, 2009 at 5:18 PM, Drake Donahue <[email protected]> wrote: > Trying to help a friend update a stale system. Anyone know what all this > means? > I don't recognize the nomenclature of :4 as in qt-sql-4.5.1:4 (nor does > emerge)
The :4 means it is slot 4 (as opposed to the Qt 3.x stuff). The error is telling you to enable the sqlite and mysql USE flags for x11-libs/qt-sql which you can do by adding/editing a line like this in your /etc/portage/package.use file: x11-libs/qt-sql:4 sqlite mysql and then try your emerge operation again. Hopefully it will help. :)
