Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43129 - Sim deps are broken.
Summary: Sim deps are broken.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 46325
  Show dependency tree
 
Reported: 2004-02-27 14:09 UTC by Sergey Kuleshov (RETIRED)
Modified: 2004-04-14 00:41 UTC (History)
1 user (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 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!