wuhailinjerry / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

incorrect dependencies for debugger 0.9.10 ebuild #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The ebuild depends on the following:
DEPEND=">=x11-libs/qt-4.2.0 >=dev-libs/boost-1.35.0"

There seem to be some issues with regards to relaying on specific qt meta 
ebuild - see the mask info for specific qt-4.x ebuilds.

I've changed it to depend on qt-core-4.2.0 which worked like a charm :)
DEPEND=">=x11-libs/qt-core-4.2.0 >=dev-libs/boost-1.35.0"

Thanks! :)

Original issue reported on code.google.com by evan.teran on 3 Oct 2012 at 3:21

GoogleCodeExporter commented 9 years ago
thanks for the report, I've uploaded a newer version of the ebuild to my site 
which depends on qt-core and qt-gui instead of just qt.

Original comment by evan.teran on 3 Oct 2012 at 4:23