Merge pull request #650 from brianredbeard/tlsdate-fix

pull in fix for coreos/coretest#35 to fix TlsDate checks
This commit is contained in:
brian 2014-06-02 12:21:17 -07:00
commit 4e4de371cf
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 if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86" KEYWORDS="~amd64 ~arm ~x86"
else else
CROS_WORKON_COMMIT="7ce9e130033cf47569aa1c8ab86d591c681504e0" CROS_WORKON_COMMIT="07313fe31b1f8dbe4e26f0c0c5c3ee480cabc57c"
KEYWORDS="amd64 arm x86" KEYWORDS="amd64 arm x86"
fi fi