Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128585 - app-shells/zsh uses "cap" useflag instead of "caps"
Summary: app-shells/zsh uses "cap" useflag instead of "caps"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All FreeBSD
: High normal
Assignee: Mamoru KOMACHI (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-02 17:27 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2006-09-09 07:58 UTC (History)
2 users (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 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.