Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98180 - Ebuilds referencing >=x11-libs/qt-2 need changed
Summary: Ebuilds referencing >=x11-libs/qt-2 need changed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-06 22:29 UTC by Caleb Tennis (RETIRED)
Modified: 2005-07-21 08:36 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Caleb Tennis (RETIRED) gentoo-dev 2005-07-06 22:29:33 UTC
Qt2 in portage is not supported anymore, however, the syntax: 
 
>=x11-libs/qt-2 will not work, as if the ebuild was previously okay with qt-3, 
it will not work with qt4. 
 
The "recommended" fix is to change your dep to 
 
=x11-libs/qt-3* 
 
If you must still support qt-2 (which has been out of portage for some time), 
something like: 
 
|| ( =x11-libs/qt-3* =x11-libs/qt-2* ) would suffice as well. 

Reproducible: Always
Steps to Reproduce:
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2005-07-06 22:31:55 UTC
app-crypt/xca/xca-0.5.1.ebuild: >=x11-libs/qt-2.2.4  
app-text/djvu/djvu-3.5.12.ebuild:       qt? ( >=x11-libs/qt-2.3 )"  
app-text/djvu/djvu-3.5.14.ebuild:       qt? ( >=x11-libs/qt-2.3 )"  
app-text/djvu/djvu-3.5.14-r1.ebuild:    qt? ( >=x11-libs/qt-2.3 )"  
eclass/php-sapi.eclass:   qt? ( >=x11-libs/qt-2.3.0 )  
media-libs/SoQt/SoQt-1.0.2.ebuild:      >=x11-libs/qt-2.3  
sci-calculators/kunit/kunit-0.5.ebuild: >=x11-libs/qt-2.2.0"  
sci-mathematics/pariguide/pariguide-0.43a.ebuild:DEPEND=">=x11-libs/qt-2.2.0  
sys-cluster/openmosixview/openmosixview-1.5-r1.ebuild:DEPEND=">=x11-libs/qt-2.3.0  
sys-cluster/openmosixview/openmosixview-1.4-r1.ebuild:DEPEND=">=x11-libs/qt-2.3.0  
  
  
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-07-06 22:53:34 UTC
How about using <x11-libs/qt-4 instead? It accurately describes the supported 
versions, better than =qt-3*
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2005-07-07 05:39:52 UTC
Err, yeah, that's fine too :) 
Comment 4 George Shapovalov (RETIRED) gentoo-dev 2005-07-07 06:28:05 UTC
fixed 
sci-calculators/kunit/kunit-0.5.ebuild: >=x11-libs/qt-2.2.0"   
sci-mathematics/pariguide/pariguide-0.43a.ebuild:DEPEND=">=x11-libs/qt-2.2.0   
 
George 
Comment 5 Herbie Hopkins (RETIRED) gentoo-dev 2005-07-07 07:07:28 UTC
Not sure why amd64 is cc'd, we're not responsible for any of the ebuilds you
mention.
Comment 6 Sebastian Bergmann (RETIRED) gentoo-dev 2005-07-11 11:07:49 UTC
eclass/php-sapi.eclass: done
Comment 7 Sebastian Bergmann (RETIRED) gentoo-dev 2005-07-11 11:08:16 UTC
Sorry, forgot to remove us from the CC.
Comment 8 Caleb Tennis (RETIRED) gentoo-dev 2005-07-21 08:36:10 UTC
Fixed the listed instances.