sys-apps/systemd: Update to disable selinux permissions checks

Fix https://github.com/coreos/bugs/issues/1682
This commit is contained in:
Matthew Garrett 2016-12-20 22:10:45 +00:00
parent 16f42ed093
commit 9032d1fe4d
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
# Use ~arch instead of empty keywords for compatibility with cros-workon # Use ~arch instead of empty keywords for compatibility with cros-workon
KEYWORDS="~amd64 ~arm64 ~arm ~x86" KEYWORDS="~amd64 ~arm64 ~arm ~x86"
else else
CROS_WORKON_COMMIT="3b66242ad59d09895271f0e067bc93680f235dc5" # v231-coreos CROS_WORKON_COMMIT="fbd8b1b9ccde7e818c5091e2692f53ec5b33aa29" # v231-coreos
KEYWORDS="amd64 arm64 ~arm ~x86" KEYWORDS="amd64 arm64 ~arm ~x86"
fi fi