Merge pull request #726 from marineam/stuff

misc fixes
This commit is contained in:
Michael Marineau 2014-07-07 15:34:44 -07:00
commit fb1c3fc144
3 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
USE="systemd udev"
USE="systemd"
BOOTSTRAP_USE="$BOOTSTRAP_USE udev"

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86"
else
CROS_WORKON_COMMIT="79d407f7164a38a7dc12fee85a7fbab4a9534ce2"
CROS_WORKON_COMMIT="94909b0593d68f428c364d992238741f454e455c"
KEYWORDS="amd64 arm x86"
fi