shirleyian / pentoo

Automatically exported from code.google.com/p/pentoo
1 stars 1 forks source link

Flash-License problem in LiveCDs make.conf #300

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to emerge Flash with default make.conf

It complains about the license, like this:
- www-plugins/adobe-flash-11.2.202.406::gentoo (masked by: AdobeFlash-11.x 
license(s))

make.conf has the license:
ACCEPT_LICENSE="AdobeFlash-11.x * -@EULA Intel-SDP NVIDIA-CUDA"

but it does not work when the flash-license is before the negation of the 
EULA-group "-@EULA".

This works instead:
ACCEPT_LICENSE="* -@EULA AdobeFlash-11.x Intel-SDP NVIDIA-CUDA"

Original issue reported on code.google.com by Wuod...@gmail.com on 1 Oct 2014 at 4:00

GoogleCodeExporter commented 9 years ago

Original comment by blshkv on 1 Oct 2014 at 4:16

GoogleCodeExporter commented 9 years ago
fixed in the scripts, will be available in the next iso, thanks!

Original comment by sidhayn on 2 Oct 2014 at 1:47