Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 197271
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mike Pagano <mpagano@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jakub Moc (RETIRED) <jakub@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 197271 depends on: Show dependency tree
Bug 197271 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

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


Not eligible to see or edit group visibility for this bug.






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


Description:   Opened: 2007-10-28 08:33 0000
You need just one QT slot, not both, even w/ USE="qt3 qt4". Patch below:

<snip>
--- 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="0"
 KEYWORDS="~x86"

-IUSE="qt3 qt4"
-DEPEND="qt3? (  $(qt_min_version 3.3.8-r4) )
-       qt4? ( $(qt4_min_version 4.3.1-r1) >=dev-libs/boost-1.33.1-r1 )"
+IUSE="qt4"
+DEPEND="qt4? ( $(qt4_min_version 4.3.1-r1) >=dev-libs/boost-1.33.1-r1 )"
+       !qt4? (  $(qt_min_version 3.3.8-r4) )

 src_unpack() {
        unpack "${A}"
</snip>

------- Comment #1 From Mike Pagano 2007-10-29 00:19:14 0000 -------
Fix has been committed. Thank-you, Jakub.


Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug