Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
scim >= 1.0.0 checks for x11-libs/gtk instead of x11-libs/gtk+ and therefore has_gtk is always false Solution: 42c42 < if has_version '>=x11-libs/gtk-2' ; then --- > if has_version '>=x11-libs/gtk+-2' ; then Reproducible: Always Steps to Reproduce: 1. emerge 2. think 3. look at ebuild Actual Results: gtk immodule does not get built Expected Results: gtk-immodule should get built ..
Absolutely right. Sorry ;-( Fixed in CVS.