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

Bug 43129

Summary: Sim deps are broken.
Product: Gentoo Linux Reporter: Sergey Kuleshov (RETIRED) <svyatogor>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: major CC: aliz
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 46325    

Description Sergey Kuleshov (RETIRED) gentoo-dev 2004-02-27 14:09:03 UTC
The DEPEND in sim >=0.9.1 looks like:
DEPEND="$RDENED ..." while it should be DEPEND="$DEPEND $RDENED ...", otherwise neither kde, nor qt make their way into deps list.

Reproducible: Always
Steps to Reproduce:
1.Ensure that you do not have qt installed
2.emerge -p sim
3.

Actual Results:  
emerge wants to install sim only.

Expected Results:  
qt should be in list of deps.
Comment 1 Dominik Stadler (RETIRED) gentoo-dev 2004-03-31 11:33:07 UTC
Normally you do teh DEPEND-Variables the other way around, look at http://www.gentoo.org/doc/en/policy.xml#doc_chap5 under "DEPEND and RDEPEND"

normally DEPEND is defined and RDEPEND is automatically set to the same value as DEPEND if not defined differently.
Comment 2 Daniel Ahlberg (RETIRED) gentoo-dev 2004-04-03 06:57:43 UTC
In CVS, thanks!
Comment 3 Daniel Ahlberg (RETIRED) gentoo-dev 2004-04-03 06:58:44 UTC
Sorry, wrong bug.
Comment 4 Daniel Ahlberg (RETIRED) gentoo-dev 2004-04-14 00:41:00 UTC
Fixed in CVS, thanks!