Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 134962 - dev-util/qgit should depend on =x11-libs/qt-3* (QT4 unsupported)
Summary: dev-util/qgit should depend on =x11-libs/qt-3* (QT4 unsupported)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Fernando J. Pereda (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-30 14:46 UTC by Vincent De Baere
Modified: 2006-06-02 05:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Trying to fix DEPEND in the ebuild (qgit-1.2.ebuild-diff,269 bytes, patch)
2006-05-30 14:47 UTC, Vincent De Baere
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent De Baere 2006-05-30 14:46:39 UTC
qgit-1.2 failed to build on my system (which had only Qt4 installed) because of an unsupported version of QT (only version 3 is supported). Configuration dies with the message 'Unsupported version'

Reproducible: try emerging qgit with Qt4 installed but without Qt3

I believe the problem is in the ebuild. It accepts Qt4 to satisfy the dependency on Qt. I made a minor adjustment to the ebuild which fixes it for me. (see attachment).

PS: first bug report, and yes, I've been such an idiot not to save the original error output before trying to make it work for me... :( Sorry!
Comment 1 Vincent De Baere 2006-05-30 14:47:39 UTC
Created attachment 87913 [details, diff]
Trying to fix DEPEND in the ebuild
Comment 2 Vincent De Baere 2006-05-30 14:50:56 UTC
Comment on attachment 87913 [details, diff]
Trying to fix DEPEND in the ebuild

--- qgit-1.2.ebuild.old	2006-05-02 04:13:18.000000000 +0200
+++ qgit-1.2.ebuild	2006-05-30 23:20:02.000000000 +0200
@@ -16,7 +16,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=">=x11-libs/qt-3.3"
+DEPEND="=x11-libs/qt-3*"
 RDEPEND="${DEPEND}
 	>=dev-util/git-1.3.1"
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2006-06-02 05:00:35 UTC
Fixed in portage.