First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 132543
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Text-Markup Team <text-markup@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Matthias Blankertz <matthias@blankertz.homeip.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 132543 depends on: Show dependency tree
Show dependency graph
Bug 132543 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: 2006-05-07 03:14 0000
The texmaker.1.30.ebuild for Texmaker 1.30 says texmaker depends on QT >= 4.0
"$(qt_min_version 4)" but it should be "$(qt_min_version 4.1)" (see
http://www.xm1math.net/texmaker/download.html: "The Qt toolkit (version >=
4.1.0) is required to compile Texmaker.")

Fix:
--- texmaker-1.30.ebuild.orig   2006-05-07 12:07:03.000000000 +0200
+++ texmaker-1.30.ebuild        2006-05-07 12:07:14.000000000 +0200
@@ -39,7 +39,7 @@
        app-text/psutils
        virtual/ghostscript
        media-libs/netpbm
-       $(qt_min_version 4)"
+       $(qt_min_version 4.1)"

 src_compile() {
        cd ${S}

------- Comment #1 From Martin Ehmsen 2006-05-07 03:51:46 0000 -------
Fixed in CVS.
Not that it matter much since only qt-4.1.x versions are in the tree :-)
Thanks for reporting!

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