Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 608968 - net-fs/cifs-utils: sys-apps/keyutils dep is weird
Summary: net-fs/cifs-utils: sys-apps/keyutils dep is weird
Status: RESOLVED DUPLICATE of bug 600832
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-11 15:37 UTC by Ostashevskyi Viktor
Modified: 2017-02-12 08:09 UTC (History)
0 users

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 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 ***