Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63351 - scim: gtk immodules does not get built due to failure in ebuild
Summary: scim: gtk immodules does not get built due to failure in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-08 14:14 UTC by Daniel Kenzelmann
Modified: 2004-09-08 20:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Kenzelmann 2004-09-08 14:14:02 UTC
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 ..
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-09-08 20:51:26 UTC
Absolutely right. Sorry ;-( Fixed in CVS.