First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 63351
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: CJK Team <cjk@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Daniel Kenzelmann <gentoo@kenzelmann.dyndns.info>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 63351 depends on: Show dependency tree
Show dependency graph
Bug 63351 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-09-08 14:14 0000
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 From Mamoru KOMACHI (RETIRED) 2004-09-08 20:51:26 0000 -------
Absolutely right. Sorry ;-( Fixed in CVS. 

First Last Prev Next    No search results available      Search page      Enter new bug