<?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>197271</bug_id>
          
          <creation_ts>2007-10-28 08:33 0000</creation_ts>
          <short_desc>sys-kernel/kccmp-0.2 - incorrent QT dependencies</short_desc>
          <delta_ts>2007-10-29 00:19:14 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>2007.0</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>jakub@gentoo.org</reporter>
          <assigned_to>mpagano@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>jakub@gentoo.org</who>
            <bug_when>2007-10-28 08:33:07 0000</bug_when>
            <thetext>You need just one QT slot, not both, even w/ USE=&quot;qt3 qt4&quot;. Patch below:

&lt;snip&gt;
--- kccmp-0.2.ebuild	2007-10-08 16:06:39.000000000 +0200
+++ kccmp-0.2.ebuild	2007-10-28 09:30:53.000000000 +0100
@@ -12,9 +12,9 @@
 SLOT=&quot;0&quot;
 KEYWORDS=&quot;~x86&quot;
 
-IUSE=&quot;qt3 qt4&quot;
-DEPEND=&quot;qt3? (  $(qt_min_version 3.3.8-r4) )
-	qt4? ( $(qt4_min_version 4.3.1-r1) &gt;=dev-libs/boost-1.33.1-r1 )&quot;
+IUSE=&quot;qt4&quot;
+DEPEND=&quot;qt4? ( $(qt4_min_version 4.3.1-r1) &gt;=dev-libs/boost-1.33.1-r1 )&quot;
+	!qt4? (  $(qt_min_version 3.3.8-r4) )
 
 src_unpack() {
 	unpack &quot;${A}&quot;
&lt;/snip&gt;</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mpagano@gentoo.org</who>
            <bug_when>2007-10-29 00:19:14 0000</bug_when>
            <thetext>Fix has been committed. Thank-you, Jakub.
 </thetext>
          </long_desc>
      
    </bug>

</bugzilla>