Bug 40866 - scite-1.5.7 uses gtk2 by default
|
Bug#:
40866
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: major
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: liquidx@gentoo.org
|
Reported By: p1t3r05@o2.pl
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: scite-1.5.7 uses gtk2 by default
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2004-02-08 11:35 0000
|
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:
Okay, here's a fixed ebuild
fixed for 1.5.8. thanks for the report.