dev-db/etcd: bump to 2.0.7

This commit is contained in:
Alex Crawford 2015-03-24 23:43:47 -07:00
parent 19593301d8
commit 7543b6c2c4
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ inherit coreos-doc coreos-go toolchain-funcs cros-workon
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64" KEYWORDS="~amd64"
else else
CROS_WORKON_COMMIT="e3c902228b1fefa8158583e167ae552622a24367" # v2.0.6 CROS_WORKON_COMMIT="0cb90e4bea279eb207be3478affac7cc02692bec" # v2.0.7
KEYWORDS="amd64" KEYWORDS="amd64"
fi fi