Столкнулся сегодня с интересной ситуацией:
chaos@localhost ~ $ emerge -NuDpv world
These are the packages that would be merged, in order:
Calculating dependencies... done!
emerge: there are no ebuilds built with USE flags to satisfy "~x11-libs/qt-core-4.6.3[glib,qt3support,-debug,-aqua]".
!!! One of the following packages is required to complete your request:
- x11-libs/qt-core-4.6.3 (Change USE: +qt3support)
(dependency required by "x11-libs/qt-gui-4.6.3-r2" [ebuild])
(dependency required by "sci-astronomy/stellarium-0.10.5" [installed])
(dependency required by "world" [argument])
chaos@localhost ~ $ sudo echo "x11-libs/qt-core qt3support">/etc/portage/package.use
chaos@localhost ~ $ emerge -NuDpv world
These are the packages that would be merged, in order:
Calculating dependencies... done!
emerge: there are no ebuilds built with USE flags to satisfy "~x11-libs/qt-core-4.6.3[-debug,-qt3support,-aqua]".
!!! One of the following packages is required to complete your request:
- x11-libs/qt-core-4.6.3 (Change USE: -qt3support)
(dependency required by "x11-libs/qt-sql-4.6.3-r2" [ebuild])
(dependency required by "sci-astronomy/stellarium-0.10.5" [installed])
(dependency required by "world" [argument])