Bug 174180 - app-i18n/scim-qtimm: use type instead of which in ebuilds
Bug#: 174180 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: trivial Priority: P2
Resolution: FIXED Assigned To: cjk@gentoo.org Reported By: hawking@gentoo.org
Component: Ebuilds
URL:  http://archives.gentoo.org/gentoo-dev/msg_143424.xml
Summary: app-i18n/scim-qtimm: use type instead of which in ebuilds
Keywords:  
Status Whiteboard: 
Opened: 2007-04-11 16:58 0000
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.