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

Bug 608968

Summary: net-fs/cifs-utils: sys-apps/keyutils dep is weird
Product: Gentoo Linux Reporter: Ostashevskyi Viktor <ostash>
Component: Current packagesAssignee: Gentoo's SAMBA Team <samba>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ostashevskyi Viktor 2017-02-11 15:37:44 UTC
Looks like a misspelling in ebuild:

RDEPEND="
        !net-fs/mount-cifs
        !<net-fs/samba-3.6_rc1
        sys-apps/keyutils
        ads? (
                sys-libs/talloc
                virtual/krb5
        )
        caps? ( !caps-ng? ( sys-libs/libcap ) )
        caps? ( caps-ng? ( sys-libs/libcap-ng ) )
        creds? ( sys-apps/keyutils )
        pam? ( virtual/pam )
"

So, we require keyutils both when creds is set and when not.
Comment 1 SpanKY gentoo-dev 2017-02-12 08:09:12 UTC
not sure why this was assigned to base-system.  it's a bug with cifs-utils, not keyutils.

*** This bug has been marked as a duplicate of bug 600832 ***