Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
until scite-1.5.7 (maybe before) when USE is set to "-gtk2" ebuild sets GTK2=1 parameter for make. but now if you want to link against gtk-1* you must set GTK1=1 for make. ebuild should check: if USE="-gtk2" then set GTK1=1 for make Reproducible: Always Steps to Reproduce: 1. USE="-gtk2" emerge scite 2. ldd /usr/bin/Scite | grep gtk Expected Results:
Created an attachment (id=25207) [details] fixed test for gtk2 condition
Okay, here's a fixed ebuild
Created an attachment (id=25223) [details] a bit cleaner version
fixed for 1.5.8. thanks for the report.