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:
David Michael 2017-09-11 11:16:19 -07:00
parent 02517f007d
commit 0ecf9e85d7

View File

@ -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.