Merge pull request #2427 from bgilbert/tmpfs-1777

sys-kernel/bootengine: fix root directory mode 1777 on tmpfs
This commit is contained in:
Benjamin Gilbert 2017-02-17 13:07:34 -08:00 committed by GitHub
commit 05310d3e5d
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="09cd19184d0c0d43e56f2aa248fc62d491582834"
CROS_WORKON_COMMIT="797d0610fb66b67f2b375f6b61f0ac5c21fe30ea"
KEYWORDS="amd64 arm arm64 x86"
fi