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

Bug 152188

Summary: xdmcp use flag?
Product: Gentoo Linux Reporter: Kaiting Chen <Phoenixfire159>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED CANTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---

Description Kaiting Chen 2006-10-20 21:46:27 UTC
Maybe we could have a xdmcp use flag to make that optional?
Simply drop the libXdmcp dependency if it's not set in xorg-server, gdm, and maybe other packages.

So:
xdmcp? ( x11-libs/libXdmcp )

should do it.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-10-21 00:05:29 UTC
(In reply to comment #0)
> xdmcp? ( x11-libs/libXdmcp )
> 
> should do it.

No, it doesn't work that way. Dependencies need to be deterministic, so this only can be done for packages that have a configure option to _not_ compile against x11-libs/libXdmcp when that flag is not set. If you find some, file a bug for that individual ebuild, not a generic one.

Thanks.