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

Bug 301509

Summary: Portage ignores unRAR license
Product: Gentoo Linux Reporter: Marek Sapota <marek>
Component: EclassesAssignee: Ulrich Müller <ulm>
Status: RESOLVED INVALID    
Severity: normal CC: jer
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Marek Sapota 2010-01-19 12:30:11 UTC
With ACCEPT_LICENSE="@FREE" portage still allows installation of unrar. unRAR license doesn't belong to FREE in license_groups.

Reproducible: Always
Comment 1 Ulrich Müller gentoo-dev 2010-01-19 17:29:06 UTC
ACCEPT_LICENSE="@FREE" means that you accept @FREE in addition to the default defined in make.globals (which is "* -@EULA").

You should use "-* @FREE" instead.