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

Bug 51717

Summary: fxred depends specifically on xfree
Product: Gentoo Linux Reporter: Jukka Palko <jpalko>
Component: New packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 45610    

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.