Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51717 - fxred depends specifically on xfree
Summary: fxred depends specifically on xfree
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 45610
  Show dependency tree
 
Reported: 2004-05-21 21:45 UTC by Jukka Palko
Modified: 2004-05-28 00:07 UTC (History)
0 users

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 Jukka Palko 2004-05-21 21:45:18 UTC
fxred dependency points to xfree. I modified it to depend on virtual/x11 since I just upgraded to xorg-x11.

Reproducible: Always
Steps to Reproduce:
1. emerge rsync
2. emerged -Duvp world


Actual Results:  
emerge suggests me to compile xfree:
[ebuild  N    ] x11-base/xfree-4.3.0-r5  -3dfx +3dnow -bindist -cjk -debug +doc
+ipv6 +mmx +nls +pam -sdk +sse -static +truetype +xml2  0 kB 

I however modified:
# vi /usr/portage/x11-misc/fxred/fxred-0.9.ebuild
DEPEND="x11-base/xfree"
=>
DEPEND="virtual/x11"

and no more suggesting of the xfree. :)

Expected Results:  
Used the virtual/x11 dependency.
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2004-05-28 00:07:22 UTC
Fixed in CVS. Thanks for the report.