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

Bug 910177

Summary: net-print/cups: Migrate to GLEP 81
Product: Gentoo Linux Reporter: Ulrich Müller <ulm>
Component: Current packagesAssignee: Printing Team <printing>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 701210    

Description Ulrich Müller gentoo-dev 2023-07-10 06:53:17 UTC
myeconfargs has:

    --with-cups-user=lp
    --with-cups-group=lp

While the ebuild depends on acct-group/lp for the group, it relies on baselayout for the user. (Old versions did both "enewgroup lp" and "enewuser lp -1 -1 -1 lp".)

I suggest to also make the dependency explicit for the user.