<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>174180</bug_id>
          
          <creation_ts>2007-04-11 16:58 0000</creation_ts>
          <short_desc>app-i18n/scim-qtimm: use type instead of which in ebuilds</short_desc>
          <delta_ts>2007-04-26 12:15:15 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          <bug_file_loc>http://archives.gentoo.org/gentoo-dev/msg_143424.xml</bug_file_loc>
          
          
          <priority>P2</priority>
          <bug_severity>trivial</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>hawking@gentoo.org</reporter>
          <assigned_to>cjk@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>hawking@gentoo.org</who>
            <bug_when>2007-04-11 16:58:24 0000</bug_when>
            <thetext>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 &gt;/dev/null 2&gt;&amp;1 ; then
app-i18n/scim-qtimm/scim-qtimm-0.8.95.ebuild:   if which kde-config &gt;/dev/null 2&gt;&amp;1 ; then
hawking@mars /usr/portage $
 These should be changed to:
  if type -P kde-config &gt;/dev/null ; then</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>matsuu@gentoo.org</who>
            <bug_when>2007-04-26 12:15:15 0000</bug_when>
            <thetext>Removed 0.9.3 and 0.8.95 from portage tree.

thanks.
</thetext>
          </long_desc>
      
    </bug>

</bugzilla>