Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 301509 - Portage ignores unRAR license
Summary: Portage ignores unRAR license
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Ulrich Müller
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-19 12:30 UTC by Marek Sapota
Modified: 2010-01-19 17:29 UTC (History)
1 user (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 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.