Revert to 0.1.8 pre sync with upstream godbus/go-systemd

Leak returned with upstream changes.
This commit is contained in:
Vito Caputo 2014-10-14 18:50:20 -04:00
parent 33c1f1bbe3
commit d65f2d6d70
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64"
else
CROS_WORKON_COMMIT="c50d9939f9c08af8b0a2a615003471df3a4e79bc" # v0.1.9 tag
CROS_WORKON_COMMIT="8274b64a9c13070e1754d8c6efb793dcc4e3c638" # v0.1.8+git tag
KEYWORDS="amd64"
fi