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

Bug 128585

Summary: app-shells/zsh uses "cap" useflag instead of "caps"
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Mamoru KOMACHI (RETIRED) <usata>
Status: RESOLVED FIXED    
Severity: normal CC: bsd+disabled, qa
Priority: High    
Version: unspecified   
Hardware: All   
OS: FreeBSD   
Whiteboard:
Package list:
Runtime testing required: ---

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2006-04-02 17:27:26 UTC
Currently zsh uses the cap useflag to depend on libcap, rather than the global caps useflag. This would ask the Gentoo/*BSD profile to mask the cap useflag too, but I'd rather see it using the global useflag like other packages:

flame@enterprise ~/devel/gentoo-x86/app-shells/zsh $ grep caps ../../profiles/use.desc
caps - Use Linux capabilities library to control privileges.
flame@enterprise ~/devel/gentoo-x86/app-shells/zsh $ grep ':cap' ../../profiles/use.local.desc
app-mobilephone/yaps:capi - Enable CAPI support
app-shells/zsh:cap - Adds POSIX.1e (formerly POSIX 6) capabilities for zsh


Thanks,
Diego
Comment 1 Christel Dahlskjaer (RETIRED) gentoo-dev 2006-09-09 07:58:38 UTC
Fixed in 4.3.2-r1. Use.local.desc entry is still there since older ebuilds still use it.