First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 174180
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: CJK Team <cjk@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ali Polatel <hawking@gentoo.org>
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 174180 depends on: Show dependency tree
Show dependency graph
Bug 174180 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: 2007-04-11 16:58 0000
hawking@mars /usr/portage $ grep -r which app-i18n/scim-qtimm/
app-i18n/scim-qtimm/scim-qtimm-0.9.3.ebuild:    if which kde-config >/dev/null
2>&1 ; then
app-i18n/scim-qtimm/scim-qtimm-0.8.95.ebuild:   if which kde-config >/dev/null
2>&1 ; then
hawking@mars /usr/portage $
 These should be changed to:
  if type -P kde-config >/dev/null ; then

------- Comment #1 From MATSUU Takuto 2007-04-26 12:15:15 0000 -------
Removed 0.9.3 and 0.8.95 from portage tree.

thanks.

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