mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 22:41:09 +02:00
profiles: Accept building packages that forbid mirroring
When a package has RESTRICT="mirror", the emirrordist command still skips it regardless of whether portage allows building it or not.
This commit is contained in:
parent
02517f007d
commit
0ecf9e85d7
@ -35,7 +35,7 @@ USE="${USE} -openmp"
|
||||
POLICY_TYPES="targeted mcs mls"
|
||||
|
||||
# Disable packages or optional features with distribution issues.
|
||||
ACCEPT_RESTRICT="* -bindist -mirror"
|
||||
ACCEPT_RESTRICT="* -bindist"
|
||||
USE="${USE} bindist"
|
||||
|
||||
# Default licenses that are accepted for ChromiumOS builds.
|
||||
|
Loading…
x
Reference in New Issue
Block a user