Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 132543

Summary: texmaker-1.30.ebuild needs qt-4.1
Product: Gentoo Linux Reporter: Matthias Blankertz <matthias>
Component: New packagesAssignee: Text-Markup Team (OBSOLETE) <text-markup+disabled>
Status: RESOLVED FIXED    
Severity: minor CC: nattfodd
Priority: Low    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Matthias Blankertz 2006-05-07 03:14:58 UTC
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 Martin Ehmsen (RETIRED) gentoo-dev 2006-05-07 03:51:46 UTC
Fixed in CVS.
Not that it matter much since only qt-4.1.x versions are in the tree :-)
Thanks for reporting!