| Summary: | bochs should use wxwindows USE flag instead of gtk USE flag | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Gabriel Ebner <ge> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Please replace gtk with wxwindows in IUSE= since gtk is meant to "add support for x11-libs/gtk+ (The GIMP Toolkit)" and wxwindows should "add support for wxWindows/wxGTK", which seems to be the effect of currently setting USE=gtk. See the DEPEND= line with 'gtk? x11-libs/wxGTK' (app-emulation/bochs-2.1.1, line 21) or line 41: 'my_conf="${myconf} `use_with gtk wx`"' Reproducible: Always Steps to Reproduce: 1. 2. 3.